Html Css Color HEX #455A12 Verdun Green

📋 copy color: '#455A12'

red 69 ◦ green 90 ◦ blue 18

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

Shades of Verdun Green #455A12

Tints of Verdun Green #455A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.17%

R = 38.98%
G = 50.85%
B = 10.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#455A12 (or 0x455A12) is known color: Verdun Green. HEX triplet: 45, 5A and 12. RGB value is (69,90,18). Sum of RGB (Red+Green+Blue) = 69+90+18=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #455A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455A12 is #BAA5ED. Grayscale: #4B4B4B. Windows color (decimal): -12232174 or 1202757. OLE color: 1202757.

HSL color Cylindrical-coordinate representation of color #455A12: hue angle of 77.5º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #455A12 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 90 18 -
CMYK 0.23 0 0.80 0.65
HSL 77.5º 0.67% 0.21% -
HSV(B) 77.5º 0.8% 0.35% -
XYZ 6.22 8.62 1.91 -
YUV 75.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 69 90 18 0.23 0 0.80 0.65 77.5 0.67 0.21
Hex 45 5A 12 17 0 50 41 4E 43 15
Octal 105 132 22 27 0 120 101 116 103 25
Binary 1000101 1011010 10010 10111 0 1010000 1000001 1001110 1000011 10101

Color Harmonies of #455A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A12

Black with #455A12

Text Example


Text Example

White with #455A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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