Html Css Color HEX #455A14 Verdun Green

📋 copy color: '#455A14'

red 69 ◦ green 90 ◦ blue 20

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

Shades of Verdun Green #455A14

Tints of Verdun Green #455A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 38.55%
G = 50.28%
B = 11.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#455A14 (or 0x455A14) is known color: Verdun Green. HEX triplet: 45, 5A and 14. RGB value is (69,90,20). Sum of RGB (Red+Green+Blue) = 69+90+20=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #455A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A14 is #BAA5EB. Grayscale: #4C4C4C. Windows color (decimal): -12232172 or 1333829. OLE color: 1333829.

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

Color convert

RGB 69 90 20 -
CMYK 0.23 0 0.78 0.65
HSL 78º 0.64% 0.22% -
HSV(B) 78º 0.78% 0.35% -
XYZ 6.24 8.63 2 -
YUV 75.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 69 90 20 0.23 0 0.78 0.65 78 0.64 0.22
Hex 45 5A 14 17 0 4E 41 4E 40 16
Octal 105 132 24 27 0 116 101 116 100 26
Binary 1000101 1011010 10100 10111 0 1001110 1000001 1001110 1000000 10110

Color Harmonies of #455A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A14

Black with #455A14

Text Example


Text Example

White with #455A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,90,20); }

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

background-color css

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

 a { background-color: rgb(69,90,20); }

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

border-color css

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

 span { border-color: rgb(69,90,20); }

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