Html Css Color HEX #455602 Verdun Green

📋 copy color: '#455602'

red 69 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #455602

Tints of Verdun Green #455602

RGB

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

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

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

R = 43.95%
G = 54.78%
B = 1.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#455602 (or 0x455602) is known color: Verdun Green. HEX triplet: 45, 56 and 02. RGB value is (69,86,2). Sum of RGB (Red+Green+Blue) = 69+86+2=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 86 (33.98% from 255 or 54.78% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 86 - color contains mainly: green. Hex color #455602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455602 is #BAA9FD. Grayscale: #474747. Windows color (decimal): -12233214 or 153157. OLE color: 153157.

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

Color convert

RGB 69 86 2 -
CMYK 0.20 0 0.98 0.66
HSL 72.14º 0.95% 0.17% -
HSV(B) 72.14º 0.98% 0.34% -
XYZ 5.79 7.93 1.28 -
YUV 71.34 88.87 126.33 -
System Red Green Blue C M Y K H S L
Decimal 69 86 2 0.20 0 0.98 0.66 72.14 0.95 0.17
Hex 45 56 2 14 0 62 42 48 5F 11
Octal 105 126 2 24 0 142 102 110 137 21
Binary 1000101 1010110 10 10100 0 1100010 1000010 1001000 1011111 10001

Color Harmonies of #455602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455602

Black with #455602

Text Example


Text Example

White with #455602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455602; }

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

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

background-color css

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

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

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

border-color css

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

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

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