Html Css Color HEX #42510B Verdun Green

📋 copy color: '#42510B'

red 66 ◦ green 81 ◦ blue 11

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

Shades of Verdun Green #42510B

Tints of Verdun Green #42510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 41.77%
G = 51.27%
B = 6.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.86

 K value IS 0.68

RGB Variations

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

Color information

#42510B (or 0x42510B) is known color: Verdun Green. HEX triplet: 42, 51 and 0B. RGB value is (66,81,11). Sum of RGB (Red+Green+Blue) = 66+81+11=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #42510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42510B is #BDAEF4. Grayscale: #444444. Windows color (decimal): -12431093 or 741698. OLE color: 741698.

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

Color convert

RGB 66 81 11 -
CMYK 0.19 0 0.86 0.68
HSL 72.86º 0.76% 0.18% -
HSV(B) 72.86º 0.86% 0.32% -
XYZ 5.25 7.07 1.4 -
YUV 68.54 95.53 126.19 -
System Red Green Blue C M Y K H S L
Decimal 66 81 11 0.19 0 0.86 0.68 72.86 0.76 0.18
Hex 42 51 B 13 0 56 44 49 4C 12
Octal 102 121 13 23 0 126 104 111 114 22
Binary 1000010 1010001 1011 10011 0 1010110 1000100 1001001 1001100 10010

Color Harmonies of #42510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42510B

Black with #42510B

Text Example


Text Example

White with #42510B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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