Html Css Color HEX #456118 Verdun Green

📋 copy color: '#456118'

red 69 ◦ green 97 ◦ blue 24

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

Shades of Verdun Green #456118

Tints of Verdun Green #456118

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.05%

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

R = 36.32%
G = 51.05%
B = 12.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#456118 (or 0x456118) is known color: Verdun Green. HEX triplet: 45, 61 and 18. RGB value is (69,97,24). Sum of RGB (Red+Green+Blue) = 69+97+24=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #456118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456118 is #BA9EE7. Grayscale: #505050. Windows color (decimal): -12230376 or 1597765. OLE color: 1597765.

HSL color Cylindrical-coordinate representation of color #456118: hue angle of 83.01º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #456118 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 97 24 -
CMYK 0.29 0 0.75 0.62
HSL 83.01º 0.6% 0.24% -
HSV(B) 83.01º 0.75% 0.38% -
XYZ 6.89 9.88 2.41 -
YUV 80.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 69 97 24 0.29 0 0.75 0.62 83.01 0.6 0.24
Hex 45 61 18 1D 0 4B 3E 53 3C 18
Octal 105 141 30 35 0 113 76 123 74 30
Binary 1000101 1100001 11000 11101 0 1001011 111110 1010011 111100 11000

Color Harmonies of #456118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456118

Black with #456118

Text Example


Text Example

White with #456118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456118; }

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

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

background-color css

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

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

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

border-color css

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

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

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