Html Css Color HEX #427106 Verdun Green

📋 copy color: '#427106'

red 66 ◦ green 113 ◦ blue 6

#427106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #427106

Tints of Verdun Green #427106

RGB

 RED value IS 66 (26.17% from 255) = 35.68%

 GREEN value IS 113 (44.53% from 255) = 61.08%

 BLUE value IS 6 (2.73% from 255) = 3.24%

R = 35.68%
G = 61.08%
B = 3.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#427106 (or 0x427106) is known color: Verdun Green. HEX triplet: 42, 71 and 06. RGB value is (66,113,6). Sum of RGB (Red+Green+Blue) = 66+113+6=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #427106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #427106 is #BD8EF9. Grayscale: #575757. Windows color (decimal): -12422906 or 422210. OLE color: 422210.

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

Color convert

RGB 66 113 6 -
CMYK 0.42 0 0.95 0.56
HSL 86.36º 0.9% 0.23% -
HSV(B) 86.36º 0.95% 0.44% -
XYZ 8.18 12.98 2.25 -
YUV 86.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 66 113 6 0.42 0 0.95 0.56 86.36 0.9 0.23
Hex 42 71 6 2A 0 5F 38 56 5A 17
Octal 102 161 6 52 0 137 70 126 132 27
Binary 1000010 1110001 110 101010 0 1011111 111000 1010110 1011010 10111

Color Harmonies of #427106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427106

Black with #427106

Text Example


Text Example

White with #427106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427106; }

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

 H1.HeaderClassName
 {
   color: #427106;
 }
 .AnyTagClassName
 {
   color: #427106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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