Html Css Color HEX #456112 Verdun Green

📋 copy color: '#456112'

red 69 ◦ green 97 ◦ blue 18

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

Shades of Verdun Green #456112

Tints of Verdun Green #456112

RGB

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

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

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

R = 37.5%
G = 52.72%
B = 9.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#456112 (or 0x456112) is known color: Verdun Green. HEX triplet: 45, 61 and 12. RGB value is (69,97,18). Sum of RGB (Red+Green+Blue) = 69+97+18=184 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.5% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #456112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456112 is #BA9EED. Grayscale: #4F4F4F. Windows color (decimal): -12230382 or 1204549. OLE color: 1204549.

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

Color convert

RGB 69 97 18 -
CMYK 0.29 0 0.81 0.62
HSL 81.27º 0.69% 0.23% -
HSV(B) 81.27º 0.81% 0.38% -
XYZ 6.84 9.86 2.11 -
YUV 79.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 69 97 18 0.29 0 0.81 0.62 81.27 0.69 0.23
Hex 45 61 12 1D 0 51 3E 51 45 17
Octal 105 141 22 35 0 121 76 121 105 27
Binary 1000101 1100001 10010 11101 0 1010001 111110 1010001 1000101 10111

Color Harmonies of #456112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456112

Black with #456112

Text Example


Text Example

White with #456112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456112; }

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

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

background-color css

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

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

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

border-color css

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

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

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