Html Css Color HEX #425702 Verdun Green

📋 copy color: '#425702'

red 66 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #425702

Tints of Verdun Green #425702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 56.13%

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

R = 42.58%
G = 56.13%
B = 1.29%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#425702 (or 0x425702) is known color: Verdun Green. HEX triplet: 42, 57 and 02. RGB value is (66,87,2). Sum of RGB (Red+Green+Blue) = 66+87+2=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #425702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425702 is #BDA8FD. Grayscale: #474747. Windows color (decimal): -12429566 or 153410. OLE color: 153410.

HSL color Cylindrical-coordinate representation of color #425702: hue angle of 74.82º degrees, saturation: 0.96, 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 #425702 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 87 2 -
CMYK 0.24 0 0.98 0.66
HSL 74.82º 0.96% 0.17% -
HSV(B) 74.82º 0.98% 0.34% -
XYZ 5.67 7.98 1.3 -
YUV 71.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 66 87 2 0.24 0 0.98 0.66 74.82 0.96 0.17
Hex 42 57 2 18 0 62 42 4B 60 11
Octal 102 127 2 30 0 142 102 113 140 21
Binary 1000010 1010111 10 11000 0 1100010 1000010 1001011 1100000 10001

Color Harmonies of #425702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425702

Black with #425702

Text Example


Text Example

White with #425702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425702; }

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

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

background-color css

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

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

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

border-color css

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

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

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