Html Css Color HEX #455812 Verdun Green

📋 copy color: '#455812'

red 69 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #455812

Tints of Verdun Green #455812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 39.43%
G = 50.29%
B = 10.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#455812 (or 0x455812) is known color: Verdun Green. HEX triplet: 45, 58 and 12. RGB value is (69,88,18). Sum of RGB (Red+Green+Blue) = 69+88+18=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #455812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455812 is #BAA7ED. Grayscale: #4A4A4A. Windows color (decimal): -12232686 or 1202245. OLE color: 1202245.

HSL color Cylindrical-coordinate representation of color #455812: hue angle of 76.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #455812 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 88 18 -
CMYK 0.22 0 0.80 0.65
HSL 76.29º 0.66% 0.21% -
HSV(B) 76.29º 0.8% 0.35% -
XYZ 6.05 8.29 1.85 -
YUV 74.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 69 88 18 0.22 0 0.80 0.65 76.29 0.66 0.21
Hex 45 58 12 16 0 50 41 4C 42 15
Octal 105 130 22 26 0 120 101 114 102 25
Binary 1000101 1011000 10010 10110 0 1010000 1000001 1001100 1000010 10101

Color Harmonies of #455812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455812

Black with #455812

Text Example


Text Example

White with #455812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455812; }

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

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

background-color css

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

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

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

border-color css

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

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

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