Html Css Color HEX #42560C Verdun Green

📋 copy color: '#42560C'

red 66 ◦ green 86 ◦ blue 12

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

Shades of Verdun Green #42560C

Tints of Verdun Green #42560C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 52.44%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 40.24%
G = 52.44%
B = 7.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#42560C (or 0x42560C) is known color: Verdun Green. HEX triplet: 42, 56 and 0C. RGB value is (66,86,12). Sum of RGB (Red+Green+Blue) = 66+86+12=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #42560C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42560C is #BDA9F3. Grayscale: #474747. Windows color (decimal): -12429812 or 808514. OLE color: 808514.

HSL color Cylindrical-coordinate representation of color #42560C: hue angle of 76.22º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42560C is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 12 -
CMYK 0.23 0 0.86 0.66
HSL 76.22º 0.76% 0.19% -
HSV(B) 76.22º 0.86% 0.34% -
XYZ 5.64 7.84 1.56 -
YUV 71.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 66 86 12 0.23 0 0.86 0.66 76.22 0.76 0.19
Hex 42 56 C 17 0 56 42 4C 4C 13
Octal 102 126 14 27 0 126 102 114 114 23
Binary 1000010 1010110 1100 10111 0 1010110 1000010 1001100 1001100 10011

Color Harmonies of #42560C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42560C

Black with #42560C

Text Example


Text Example

White with #42560C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42560C; }

 p { color: rgb(66,86,12); }

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

background-color css

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

 a { background-color: rgb(66,86,12); }

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

border-color css

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

 span { border-color: rgb(66,86,12); }

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