Html Css Color HEX #42540B Verdun Green

📋 copy color: '#42540B'

red 66 ◦ green 84 ◦ blue 11

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

Shades of Verdun Green #42540B

Tints of Verdun Green #42540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

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

R = 40.99%
G = 52.17%
B = 6.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#42540B (or 0x42540B) is known color: Verdun Green. HEX triplet: 42, 54 and 0B. RGB value is (66,84,11). Sum of RGB (Red+Green+Blue) = 66+84+11=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #42540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42540B is #BDABF4. Grayscale: #464646. Windows color (decimal): -12430325 or 742466. OLE color: 742466.

HSL color Cylindrical-coordinate representation of color #42540B: hue angle of 74.79º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42540B is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 11 -
CMYK 0.21 0 0.87 0.67
HSL 74.79º 0.77% 0.19% -
HSV(B) 74.79º 0.87% 0.33% -
XYZ 5.48 7.52 1.48 -
YUV 70.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 66 84 11 0.21 0 0.87 0.67 74.79 0.77 0.19
Hex 42 54 B 15 0 57 43 4B 4D 13
Octal 102 124 13 25 0 127 103 113 115 23
Binary 1000010 1010100 1011 10101 0 1010111 1000011 1001011 1001101 10011

Color Harmonies of #42540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42540B

Black with #42540B

Text Example


Text Example

White with #42540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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