Html Css Color HEX #42690D Verdun Green

📋 copy color: '#42690D'

red 66 ◦ green 105 ◦ blue 13

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

Shades of Verdun Green #42690D

Tints of Verdun Green #42690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.07%

R = 35.87%
G = 57.07%
B = 7.07%

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

#42690D (or 0x42690D) is known color: Verdun Green. HEX triplet: 42, 69 and 0D. RGB value is (66,105,13). Sum of RGB (Red+Green+Blue) = 66+105+13=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #42690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42690D is #BD96F2. Grayscale: #535353. Windows color (decimal): -12424947 or 878914. OLE color: 878914.

HSL color Cylindrical-coordinate representation of color #42690D: hue angle of 85.43º degrees, saturation: 0.78, 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 #42690D is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 13 -
CMYK 0.37 0 0.88 0.59
HSL 85.43º 0.78% 0.23% -
HSV(B) 85.43º 0.88% 0.41% -
XYZ 7.37 11.29 2.17 -
YUV 82.85 88.58 115.98 -
System Red Green Blue C M Y K H S L
Decimal 66 105 13 0.37 0 0.88 0.59 85.43 0.78 0.23
Hex 42 69 D 25 0 58 3B 55 4E 17
Octal 102 151 15 45 0 130 73 125 116 27
Binary 1000010 1101001 1101 100101 0 1011000 111011 1010101 1001110 10111

Color Harmonies of #42690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42690D

Black with #42690D

Text Example


Text Example

White with #42690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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