Html Css Color HEX #425205 Verdun Green

📋 copy color: '#425205'

red 66 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #425205

Tints of Verdun Green #425205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 43.14%
G = 53.59%
B = 3.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#425205 (or 0x425205) is known color: Verdun Green. HEX triplet: 42, 52 and 05. RGB value is (66,82,5). Sum of RGB (Red+Green+Blue) = 66+82+5=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #425205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425205 is #BDADFA. Grayscale: #444444. Windows color (decimal): -12430843 or 348738. OLE color: 348738.

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

Color convert

RGB 66 82 5 -
CMYK 0.20 0 0.94 0.68
HSL 72.47º 0.89% 0.17% -
HSV(B) 72.47º 0.94% 0.32% -
XYZ 5.29 7.2 1.26 -
YUV 68.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 66 82 5 0.20 0 0.94 0.68 72.47 0.89 0.17
Hex 42 52 5 14 0 5E 44 48 59 11
Octal 102 122 5 24 0 136 104 110 131 21
Binary 1000010 1010010 101 10100 0 1011110 1000100 1001000 1011001 10001

Color Harmonies of #425205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425205

Black with #425205

Text Example


Text Example

White with #425205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425205; }

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

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

background-color css

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

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

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

border-color css

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

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

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