Html Css Color HEX #425602 Verdun Green

📋 copy color: '#425602'

red 66 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #425602

Tints of Verdun Green #425602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 55.84%

 BLUE value IS 2 (1.17% from 255) = 1.3%

R = 42.86%
G = 55.84%
B = 1.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#425602 (or 0x425602) is known color: Verdun Green. HEX triplet: 42, 56 and 02. RGB value is (66,86,2). Sum of RGB (Red+Green+Blue) = 66+86+2=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #425602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425602 is #BDA9FD. Grayscale: #464646. Windows color (decimal): -12429822 or 153154. OLE color: 153154.

HSL color Cylindrical-coordinate representation of color #425602: hue angle of 74.29º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #425602 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 2 -
CMYK 0.23 0 0.98 0.66
HSL 74.29º 0.95% 0.17% -
HSV(B) 74.29º 0.98% 0.34% -
XYZ 5.59 7.82 1.27 -
YUV 70.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 66 86 2 0.23 0 0.98 0.66 74.29 0.95 0.17
Hex 42 56 2 17 0 62 42 4A 5F 11
Octal 102 126 2 27 0 142 102 112 137 21
Binary 1000010 1010110 10 10111 0 1100010 1000010 1001010 1011111 10001

Color Harmonies of #425602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425602

Black with #425602

Text Example


Text Example

White with #425602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425602; }

 p { color: rgb(66,86,2); }

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

background-color css

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

 a { background-color: rgb(66,86,2); }

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

border-color css

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

 span { border-color: rgb(66,86,2); }

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