Html Css Color HEX #455D17 Verdun Green

📋 copy color: '#455D17'

red 69 ◦ green 93 ◦ blue 23

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

Shades of Verdun Green #455D17

Tints of Verdun Green #455D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 37.3%
G = 50.27%
B = 12.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#455D17 (or 0x455D17) is known color: Verdun Green. HEX triplet: 45, 5D and 17. RGB value is (69,93,23). Sum of RGB (Red+Green+Blue) = 69+93+23=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #455D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455D17 is #BAA2E8. Grayscale: #4E4E4E. Windows color (decimal): -12231401 or 1531205. OLE color: 1531205.

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

Color convert

RGB 69 93 23 -
CMYK 0.26 0 0.75 0.64
HSL 80.57º 0.6% 0.23% -
HSV(B) 80.57º 0.75% 0.36% -
XYZ 6.52 9.16 2.23 -
YUV 77.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 69 93 23 0.26 0 0.75 0.64 80.57 0.6 0.23
Hex 45 5D 17 1A 0 4B 40 51 3C 17
Octal 105 135 27 32 0 113 100 121 74 27
Binary 1000101 1011101 10111 11010 0 1001011 1000000 1010001 111100 10111

Color Harmonies of #455D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D17

Black with #455D17

Text Example


Text Example

White with #455D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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