Html Css Color HEX #42540D Verdun Green

📋 copy color: '#42540D'

red 66 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #42540D

Tints of Verdun Green #42540D

RGB

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

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

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

R = 40.49%
G = 51.53%
B = 7.98%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#42540D (or 0x42540D) is known color: Verdun Green. HEX triplet: 42, 54 and 0D. RGB value is (66,84,13). Sum of RGB (Red+Green+Blue) = 66+84+13=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #42540D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42540D is #BDABF2. Grayscale: #464646. Windows color (decimal): -12430323 or 873538. OLE color: 873538.

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

Color convert

RGB 66 84 13 -
CMYK 0.21 0 0.85 0.67
HSL 75.21º 0.73% 0.19% -
HSV(B) 75.21º 0.85% 0.33% -
XYZ 5.49 7.53 1.54 -
YUV 70.52 95.54 124.77 -
System Red Green Blue C M Y K H S L
Decimal 66 84 13 0.21 0 0.85 0.67 75.21 0.73 0.19
Hex 42 54 D 15 0 55 43 4B 49 13
Octal 102 124 15 25 0 125 103 113 111 23
Binary 1000010 1010100 1101 10101 0 1010101 1000011 1001011 1001001 10011

Color Harmonies of #42540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42540D

Black with #42540D

Text Example


Text Example

White with #42540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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