Html Css Color HEX #455512 Verdun Green

📋 copy color: '#455512'

red 69 ◦ green 85 ◦ blue 18

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

Shades of Verdun Green #455512

Tints of Verdun Green #455512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

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

R = 40.12%
G = 49.42%
B = 10.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#455512 (or 0x455512) is known color: Verdun Green. HEX triplet: 45, 55 and 12. RGB value is (69,85,18). Sum of RGB (Red+Green+Blue) = 69+85+18=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #455512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455512 is #BAAAED. Grayscale: #484848. Windows color (decimal): -12233454 or 1201477. OLE color: 1201477.

HSL color Cylindrical-coordinate representation of color #455512: hue angle of 74.33º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #455512 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 85 18 -
CMYK 0.19 0 0.79 0.67
HSL 74.33º 0.65% 0.2% -
HSV(B) 74.33º 0.79% 0.33% -
XYZ 5.81 7.81 1.77 -
YUV 72.58 97.2 125.45 -
System Red Green Blue C M Y K H S L
Decimal 69 85 18 0.19 0 0.79 0.67 74.33 0.65 0.2
Hex 45 55 12 13 0 4F 43 4A 41 14
Octal 105 125 22 23 0 117 103 112 101 24
Binary 1000101 1010101 10010 10011 0 1001111 1000011 1001010 1000001 10100

Color Harmonies of #455512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455512

Black with #455512

Text Example


Text Example

White with #455512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455512; }

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

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

background-color css

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

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

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

border-color css

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

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

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