Html Css Color HEX #454E18 Verdun Green

📋 copy color: '#454E18'

red 69 ◦ green 78 ◦ blue 24

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

Shades of Verdun Green #454E18

Tints of Verdun Green #454E18

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.61%

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 40.35%
G = 45.61%
B = 14.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#454E18 (or 0x454E18) is known color: Verdun Green. HEX triplet: 45, 4E and 18. RGB value is (69,78,24). Sum of RGB (Red+Green+Blue) = 69+78+24=171 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.35% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #454E18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #454E18 is #BAB1E7. Grayscale: #454545. Windows color (decimal): -12235240 or 1592901. OLE color: 1592901.

HSL color Cylindrical-coordinate representation of color #454E18: hue angle of 70º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #454E18 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 78 24 -
CMYK 0.12 0 0.69 0.69
HSL 70º 0.53% 0.2% -
HSV(B) 70º 0.69% 0.31% -
XYZ 5.34 6.78 1.89 -
YUV 69.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 69 78 24 0.12 0 0.69 0.69 70 0.53 0.2
Hex 45 4E 18 C 0 45 45 46 35 14
Octal 105 116 30 14 0 105 105 106 65 24
Binary 1000101 1001110 11000 1100 0 1000101 1000101 1000110 110101 10100

Color Harmonies of #454E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454E18

Black with #454E18

Text Example


Text Example

White with #454E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454E18; }

 p { color: rgb(69,78,24); }

 H1.HeaderClassName
 {
   color: #454E18;
 }
 .AnyTagClassName
 {
   color: #454E18;
 }
</style>

background-color css

<style>
 a { background-color: #454E18; }

 a { background-color: rgb(69,78,24); }

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

border-color css

<style>
 span { border-color: #454E18; }

 span { border-color: rgb(69,78,24); }

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