Html Css Color HEX #42690C Verdun Green

📋 copy color: '#42690C'

red 66 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #42690C

Tints of Verdun Green #42690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.38%

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

R = 36.07%
G = 57.38%
B = 6.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#42690C (or 0x42690C) is known color: Verdun Green. HEX triplet: 42, 69 and 0C. RGB value is (66,105,12). Sum of RGB (Red+Green+Blue) = 66+105+12=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #42690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42690C is #BD96F3. Grayscale: #535353. Windows color (decimal): -12424948 or 813378. OLE color: 813378.

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

Color convert

RGB 66 105 12 -
CMYK 0.37 0 0.89 0.59
HSL 85.16º 0.79% 0.23% -
HSV(B) 85.16º 0.89% 0.41% -
XYZ 7.36 11.29 2.14 -
YUV 82.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 66 105 12 0.37 0 0.89 0.59 85.16 0.79 0.23
Hex 42 69 C 25 0 59 3B 55 4F 17
Octal 102 151 14 45 0 131 73 125 117 27
Binary 1000010 1101001 1100 100101 0 1011001 111011 1010101 1001111 10111

Color Harmonies of #42690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42690C

Black with #42690C

Text Example


Text Example

White with #42690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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