Html Css Color HEX #456512 Verdun Green

📋 copy color: '#456512'

red 69 ◦ green 101 ◦ blue 18

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

Shades of Verdun Green #456512

Tints of Verdun Green #456512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.72%

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

R = 36.7%
G = 53.72%
B = 9.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#456512 (or 0x456512) is known color: Verdun Green. HEX triplet: 45, 65 and 12. RGB value is (69,101,18). Sum of RGB (Red+Green+Blue) = 69+101+18=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 101 (39.84% from 255 or 53.72% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 101 - color contains mainly: green. Hex color #456512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456512 is #BA9AED. Grayscale: #525252. Windows color (decimal): -12229358 or 1205573. OLE color: 1205573.

HSL color Cylindrical-coordinate representation of color #456512: hue angle of 83.13º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #456512 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 101 18 -
CMYK 0.32 0 0.82 0.60
HSL 83.13º 0.7% 0.23% -
HSV(B) 83.13º 0.82% 0.4% -
XYZ 7.22 10.62 2.24 -
YUV 81.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 69 101 18 0.32 0 0.82 0.60 83.13 0.7 0.23
Hex 45 65 12 20 0 52 3C 53 46 17
Octal 105 145 22 40 0 122 74 123 106 27
Binary 1000101 1100101 10010 100000 0 1010010 111100 1010011 1000110 10111

Color Harmonies of #456512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456512

Black with #456512

Text Example


Text Example

White with #456512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456512; }

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

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

background-color css

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

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

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

border-color css

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

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

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