Html Css Color HEX #42680C Verdun Green

📋 copy color: '#42680C'

red 66 ◦ green 104 ◦ blue 12

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

Shades of Verdun Green #42680C

Tints of Verdun Green #42680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 57.14%

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

R = 36.26%
G = 57.14%
B = 6.59%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#42680C (or 0x42680C) is known color: Verdun Green. HEX triplet: 42, 68 and 0C. RGB value is (66,104,12). Sum of RGB (Red+Green+Blue) = 66+104+12=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 104 (41.02% from 255 or 57.14% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 104 - color contains mainly: green. Hex color #42680C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42680C is #BD97F3. Grayscale: #525252. Windows color (decimal): -12425204 or 813122. OLE color: 813122.

HSL color Cylindrical-coordinate representation of color #42680C: hue angle of 84.78º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42680C is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 104 12 -
CMYK 0.37 0 0.88 0.59
HSL 84.78º 0.79% 0.23% -
HSV(B) 84.78º 0.88% 0.41% -
XYZ 7.26 11.09 2.1 -
YUV 82.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 66 104 12 0.37 0 0.88 0.59 84.78 0.79 0.23
Hex 42 68 C 25 0 58 3B 55 4F 17
Octal 102 150 14 45 0 130 73 125 117 27
Binary 1000010 1101000 1100 100101 0 1011000 111011 1010101 1001111 10111

Color Harmonies of #42680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42680C

Black with #42680C

Text Example


Text Example

White with #42680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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