Html Css Color HEX #42560A Verdun Green

📋 copy color: '#42560A'

red 66 ◦ green 86 ◦ blue 10

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

Shades of Verdun Green #42560A

Tints of Verdun Green #42560A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 40.74%
G = 53.09%
B = 6.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#42560A (or 0x42560A) is known color: Verdun Green. HEX triplet: 42, 56 and 0A. RGB value is (66,86,10). Sum of RGB (Red+Green+Blue) = 66+86+10=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #42560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42560A is #BDA9F5. Grayscale: #474747. Windows color (decimal): -12429814 or 677442. OLE color: 677442.

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

Color convert

RGB 66 86 10 -
CMYK 0.23 0 0.88 0.66
HSL 75.79º 0.79% 0.19% -
HSV(B) 75.79º 0.88% 0.34% -
XYZ 5.63 7.84 1.5 -
YUV 71.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 66 86 10 0.23 0 0.88 0.66 75.79 0.79 0.19
Hex 42 56 A 17 0 58 42 4C 4F 13
Octal 102 126 12 27 0 130 102 114 117 23
Binary 1000010 1010110 1010 10111 0 1011000 1000010 1001100 1001111 10011

Color Harmonies of #42560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42560A

Black with #42560A

Text Example


Text Example

White with #42560A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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