Html Css Color HEX #455F15 Verdun Green

📋 copy color: '#455F15'

red 69 ◦ green 95 ◦ blue 21

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

Shades of Verdun Green #455F15

Tints of Verdun Green #455F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.35%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 37.3%
G = 51.35%
B = 11.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#455F15 (or 0x455F15) is known color: Verdun Green. HEX triplet: 45, 5F and 15. RGB value is (69,95,21). Sum of RGB (Red+Green+Blue) = 69+95+21=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #455F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455F15 is #BAA0EA. Grayscale: #4F4F4F. Windows color (decimal): -12230891 or 1400645. OLE color: 1400645.

HSL color Cylindrical-coordinate representation of color #455F15: hue angle of 81.08º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #455F15 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 69 95 21 -
CMYK 0.27 0 0.78 0.63
HSL 81.08º 0.64% 0.23% -
HSV(B) 81.08º 0.78% 0.37% -
XYZ 6.68 9.5 2.19 -
YUV 78.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 69 95 21 0.27 0 0.78 0.63 81.08 0.64 0.23
Hex 45 5F 15 1B 0 4E 3F 51 40 17
Octal 105 137 25 33 0 116 77 121 100 27
Binary 1000101 1011111 10101 11011 0 1001110 111111 1010001 1000000 10111

Color Harmonies of #455F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455F15

Black with #455F15

Text Example


Text Example

White with #455F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455F15; }

 p { color: rgb(69,95,21); }

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

background-color css

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

 a { background-color: rgb(69,95,21); }

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

border-color css

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

 span { border-color: rgb(69,95,21); }

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