Html Css Color HEX #455D15 Verdun Green

📋 copy color: '#455D15'

red 69 ◦ green 93 ◦ blue 21

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

Shades of Verdun Green #455D15

Tints of Verdun Green #455D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.82%

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

R = 37.7%
G = 50.82%
B = 11.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.64

RGB Variations

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

Color information

#455D15 (or 0x455D15) is known color: Verdun Green. HEX triplet: 45, 5D and 15. RGB value is (69,93,21). Sum of RGB (Red+Green+Blue) = 69+93+21=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 93 (36.72% from 255 or 50.82% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 93 - color contains mainly: green. Hex color #455D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D15 is #BAA2EA. Grayscale: #4D4D4D. Windows color (decimal): -12231403 or 1400133. OLE color: 1400133.

HSL color Cylindrical-coordinate representation of color #455D15: hue angle of 80º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455D15 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB 69 93 21 -
CMYK 0.26 0 0.77 0.64
HSL 80º 0.63% 0.22% -
HSV(B) 80º 0.77% 0.36% -
XYZ 6.5 9.15 2.13 -
YUV 77.62 96.05 121.85 -
System Red Green Blue C M Y K H S L
Decimal 69 93 21 0.26 0 0.77 0.64 80 0.63 0.22
Hex 45 5D 15 1A 0 4D 40 50 3F 16
Octal 105 135 25 32 0 115 100 120 77 26
Binary 1000101 1011101 10101 11010 0 1001101 1000000 1010000 111111 10110

Color Harmonies of #455D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D15

Black with #455D15

Text Example


Text Example

White with #455D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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