Html Css Color HEX #455902 Verdun Green

📋 copy color: '#455902'

red 69 ◦ green 89 ◦ blue 2

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

Shades of Verdun Green #455902

Tints of Verdun Green #455902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 55.63%

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

R = 43.13%
G = 55.63%
B = 1.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#455902 (or 0x455902) is known color: Verdun Green. HEX triplet: 45, 59 and 02. RGB value is (69,89,2). Sum of RGB (Red+Green+Blue) = 69+89+2=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #455902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455902 is #BAA6FD. Grayscale: #494949. Windows color (decimal): -12232446 or 153925. OLE color: 153925.

HSL color Cylindrical-coordinate representation of color #455902: hue angle of 73.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #455902 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 89 2 -
CMYK 0.22 0 0.98 0.65
HSL 73.79º 0.96% 0.18% -
HSV(B) 73.79º 0.98% 0.35% -
XYZ 6.04 8.41 1.36 -
YUV 73.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 69 89 2 0.22 0 0.98 0.65 73.79 0.96 0.18
Hex 45 59 2 16 0 62 41 4A 60 12
Octal 105 131 2 26 0 142 101 112 140 22
Binary 1000101 1011001 10 10110 0 1100010 1000001 1001010 1100000 10010

Color Harmonies of #455902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455902

Black with #455902

Text Example


Text Example

White with #455902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455902; }

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

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

background-color css

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

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

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

border-color css

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

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

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