Html Css Color HEX #425502 Verdun Green

📋 copy color: '#425502'

red 66 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #425502

Tints of Verdun Green #425502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.56%

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

R = 43.14%
G = 55.56%
B = 1.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#425502 (or 0x425502) is known color: Verdun Green. HEX triplet: 42, 55 and 02. RGB value is (66,85,2). Sum of RGB (Red+Green+Blue) = 66+85+2=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #425502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425502 is #BDAAFD. Grayscale: #464646. Windows color (decimal): -12430078 or 152898. OLE color: 152898.

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

Color convert

RGB 66 85 2 -
CMYK 0.22 0 0.98 0.67
HSL 73.73º 0.95% 0.17% -
HSV(B) 73.73º 0.98% 0.33% -
XYZ 5.51 7.66 1.25 -
YUV 69.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 66 85 2 0.22 0 0.98 0.67 73.73 0.95 0.17
Hex 42 55 2 16 0 62 43 4A 5F 11
Octal 102 125 2 26 0 142 103 112 137 21
Binary 1000010 1010101 10 10110 0 1100010 1000011 1001010 1011111 10001

Color Harmonies of #425502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425502

Black with #425502

Text Example


Text Example

White with #425502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425502; }

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

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

background-color css

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

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

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

border-color css

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

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

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