Html Css Color HEX #455502 Verdun Green

📋 copy color: '#455502'

red 69 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #455502

Tints of Verdun Green #455502

RGB

 RED value IS 69 (27.34% from 255) = 44.23%

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

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

R = 44.23%
G = 54.49%
B = 1.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#455502 (or 0x455502) is known color: Verdun Green. HEX triplet: 45, 55 and 02. RGB value is (69,85,2). Sum of RGB (Red+Green+Blue) = 69+85+2=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #455502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455502 is #BAAAFD. Grayscale: #474747. Windows color (decimal): -12233470 or 152901. OLE color: 152901.

HSL color Cylindrical-coordinate representation of color #455502: hue angle of 71.57º 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 #455502 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 2 -
CMYK 0.19 0 0.98 0.67
HSL 71.57º 0.95% 0.17% -
HSV(B) 71.57º 0.98% 0.33% -
XYZ 5.71 7.77 1.26 -
YUV 70.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 69 85 2 0.19 0 0.98 0.67 71.57 0.95 0.17
Hex 45 55 2 13 0 62 43 48 5F 11
Octal 105 125 2 23 0 142 103 110 137 21
Binary 1000101 1010101 10 10011 0 1100010 1000011 1001000 1011111 10001

Color Harmonies of #455502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455502

Black with #455502

Text Example


Text Example

White with #455502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455502; }

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

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

background-color css

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

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

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

border-color css

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

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

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