Html Css Color HEX #425211 Verdun Green

📋 copy color: '#425211'

red 66 ◦ green 82 ◦ blue 17

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

Shades of Verdun Green #425211

Tints of Verdun Green #425211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.3%

R = 40%
G = 49.7%
B = 10.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#425211 (or 0x425211) is known color: Verdun Green. HEX triplet: 42, 52 and 11. RGB value is (66,82,17). Sum of RGB (Red+Green+Blue) = 66+82+17=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #425211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425211 is #BDADEE. Grayscale: #464646. Windows color (decimal): -12430831 or 1135170. OLE color: 1135170.

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

Color convert

RGB 66 82 17 -
CMYK 0.20 0 0.79 0.68
HSL 74.77º 0.66% 0.19% -
HSV(B) 74.77º 0.79% 0.32% -
XYZ 5.37 7.23 1.64 -
YUV 69.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 66 82 17 0.20 0 0.79 0.68 74.77 0.66 0.19
Hex 42 52 11 14 0 4F 44 4B 42 13
Octal 102 122 21 24 0 117 104 113 102 23
Binary 1000010 1010010 10001 10100 0 1001111 1000100 1001011 1000010 10011

Color Harmonies of #425211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425211

Black with #425211

Text Example


Text Example

White with #425211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425211; }

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

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

background-color css

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

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

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

border-color css

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

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

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