#427105

Color #427105 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #427105

Tints of Verdun Green #427105

Color information

#427105 (or 0x427105) is unknown color: approx Verdun Green. HEX triplet: 42, 71 and 05. RGB value is (66,113,5). Sum of RGB (Red+Green+Blue) = 66+113+5=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #427105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427105 is #BD8EFA. Grayscale: #575757. Windows color (decimal): -12422907 or 356674. OLE color: 356674.

HSL color Cylindrical-coordinate representation of color #427105: hue angle of 86.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #427105 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB661135-
CMYK0.4200.960.56
HSL86.11º91.53%23.14%-
HSV(B)86.11º95.58%44.31%-
XYZ8.1812.982.22-
YUV86.6481.93113.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 5 (2.34% from 255) = 2.72%
R=35.87%
G=61.41%
B=2.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6611350.4200.960.5686.1191.5323.14
Hex427152A06038565c17
Octal10216155201407012613427
Binary10000101110001101101010011000001110001010110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427105; }

 p { color: rgb(66,113,5); }

 H1.HeaderClassName
 {
   color: #427105;
 }
 .AnyTagClassName
 {
   color: #427105;
 }
</style>
background-color css

<style>
 a { background-color: #427105; }

 a { background-color: rgb(66,113,5); }

 div.DivClassName
 {
   background-color: #427105;
 }
 .BgClassName
 {
   background-color: #427105;
 }
</style>
border-color css

<style>
 span { border-color: #427105; }

 span { border-color: rgb(66,113,5); }

 td.TdClassName
 {
   border-color: #427105;
 }
 .TagClassName
 {
   border-color: #427105;
 }
</style>