Html Css Color HEX #425206 Verdun Green

📋 copy color: '#425206'

red 66 ◦ green 82 ◦ blue 6

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

Shades of Verdun Green #425206

Tints of Verdun Green #425206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 42.86%
G = 53.25%
B = 3.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#425206 (or 0x425206) is known color: Verdun Green. HEX triplet: 42, 52 and 06. RGB value is (66,82,6). Sum of RGB (Red+Green+Blue) = 66+82+6=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #425206 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425206 is #BDADF9. Grayscale: #444444. Windows color (decimal): -12430842 or 414274. OLE color: 414274.

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

Color convert

RGB 66 82 6 -
CMYK 0.20 0 0.93 0.68
HSL 72.63º 0.86% 0.17% -
HSV(B) 72.63º 0.93% 0.32% -
XYZ 5.3 7.21 1.28 -
YUV 68.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 66 82 6 0.20 0 0.93 0.68 72.63 0.86 0.17
Hex 42 52 6 14 0 5D 44 49 56 11
Octal 102 122 6 24 0 135 104 111 126 21
Binary 1000010 1010010 110 10100 0 1011101 1000100 1001001 1010110 10001

Color Harmonies of #425206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425206

Black with #425206

Text Example


Text Example

White with #425206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425206; }

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

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

background-color css

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

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

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

border-color css

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

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

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