Html Css Color HEX #455702 Verdun Green

📋 copy color: '#455702'

red 69 ◦ green 87 ◦ blue 2

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

Shades of Verdun Green #455702

Tints of Verdun Green #455702

RGB

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

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

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

R = 43.67%
G = 55.06%
B = 1.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#455702 (or 0x455702) is known color: Verdun Green. HEX triplet: 45, 57 and 02. RGB value is (69,87,2). Sum of RGB (Red+Green+Blue) = 69+87+2=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #455702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455702 is #BAA8FD. Grayscale: #484848. Windows color (decimal): -12232958 or 153413. OLE color: 153413.

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

Color convert

RGB 69 87 2 -
CMYK 0.21 0 0.98 0.66
HSL 72.71º 0.96% 0.17% -
HSV(B) 72.71º 0.98% 0.34% -
XYZ 5.87 8.09 1.31 -
YUV 71.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 69 87 2 0.21 0 0.98 0.66 72.71 0.96 0.17
Hex 45 57 2 15 0 62 42 49 60 11
Octal 105 127 2 25 0 142 102 111 140 21
Binary 1000101 1010111 10 10101 0 1100010 1000010 1001001 1100000 10001

Color Harmonies of #455702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455702

Black with #455702

Text Example


Text Example

White with #455702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455702; }

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

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

background-color css

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

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

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

border-color css

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

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

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