Html Css Color HEX #456316 Verdun Green

📋 copy color: '#456316'

red 69 ◦ green 99 ◦ blue 22

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

Shades of Verdun Green #456316

Tints of Verdun Green #456316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 36.32%
G = 52.11%
B = 11.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#456316 (or 0x456316) is known color: Verdun Green. HEX triplet: 45, 63 and 16. RGB value is (69,99,22). Sum of RGB (Red+Green+Blue) = 69+99+22=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #456316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456316 is #BA9CE9. Grayscale: #515151. Windows color (decimal): -12229866 or 1467205. OLE color: 1467205.

HSL color Cylindrical-coordinate representation of color #456316: hue angle of 83.38º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #456316 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 99 22 -
CMYK 0.30 0 0.78 0.61
HSL 83.38º 0.64% 0.24% -
HSV(B) 83.38º 0.78% 0.39% -
XYZ 7.06 10.25 2.36 -
YUV 81.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 69 99 22 0.30 0 0.78 0.61 83.38 0.64 0.24
Hex 45 63 16 1E 0 4E 3D 53 40 18
Octal 105 143 26 36 0 116 75 123 100 30
Binary 1000101 1100011 10110 11110 0 1001110 111101 1010011 1000000 11000

Color Harmonies of #456316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456316

Black with #456316

Text Example


Text Example

White with #456316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456316; }

 p { color: rgb(69,99,22); }

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

background-color css

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

 a { background-color: rgb(69,99,22); }

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

border-color css

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

 span { border-color: rgb(69,99,22); }

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