Html Css Color HEX #42510E Verdun Green

📋 copy color: '#42510E'

red 66 ◦ green 81 ◦ blue 14

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

Shades of Verdun Green #42510E

Tints of Verdun Green #42510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.31%

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 40.99%
G = 50.31%
B = 8.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#42510E (or 0x42510E) is known color: Verdun Green. HEX triplet: 42, 51 and 0E. RGB value is (66,81,14). Sum of RGB (Red+Green+Blue) = 66+81+14=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #42510E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42510E is #BDAEF1. Grayscale: #454545. Windows color (decimal): -12431090 or 938306. OLE color: 938306.

HSL color Cylindrical-coordinate representation of color #42510E: hue angle of 73.43º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42510E is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 14 -
CMYK 0.19 0 0.83 0.68
HSL 73.43º 0.71% 0.19% -
HSV(B) 73.43º 0.83% 0.32% -
XYZ 5.27 7.07 1.5 -
YUV 68.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 66 81 14 0.19 0 0.83 0.68 73.43 0.71 0.19
Hex 42 51 E 13 0 53 44 49 47 13
Octal 102 121 16 23 0 123 104 111 107 23
Binary 1000010 1010001 1110 10011 0 1010011 1000100 1001001 1000111 10011

Color Harmonies of #42510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42510E

Black with #42510E

Text Example


Text Example

White with #42510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42510E; }

 p { color: rgb(66,81,14); }

 H1.HeaderClassName
 {
   color: #42510E;
 }
 .AnyTagClassName
 {
   color: #42510E;
 }
</style>

background-color css

<style>
 a { background-color: #42510E; }

 a { background-color: rgb(66,81,14); }

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

border-color css

<style>
 span { border-color: #42510E; }

 span { border-color: rgb(66,81,14); }

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