Html Css Color HEX #42520D Verdun Green

📋 copy color: '#42520D'

red 66 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #42520D

Tints of Verdun Green #42520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.93%

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

R = 40.99%
G = 50.93%
B = 8.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#42520D (or 0x42520D) is known color: Verdun Green. HEX triplet: 42, 52 and 0D. RGB value is (66,82,13). Sum of RGB (Red+Green+Blue) = 66+82+13=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #42520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42520D is #BDADF2. Grayscale: #454545. Windows color (decimal): -12430835 or 873026. OLE color: 873026.

HSL color Cylindrical-coordinate representation of color #42520D: hue angle of 73.91º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42520D is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 82 13 -
CMYK 0.20 0 0.84 0.68
HSL 73.91º 0.73% 0.19% -
HSV(B) 73.91º 0.84% 0.32% -
XYZ 5.34 7.22 1.49 -
YUV 69.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 66 82 13 0.20 0 0.84 0.68 73.91 0.73 0.19
Hex 42 52 D 14 0 54 44 4A 49 13
Octal 102 122 15 24 0 124 104 112 111 23
Binary 1000010 1010010 1101 10100 0 1010100 1000100 1001010 1001001 10011

Color Harmonies of #42520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42520D

Black with #42520D

Text Example


Text Example

White with #42520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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