Html Css Color HEX #455012 Verdun Green

📋 copy color: '#455012'

red 69 ◦ green 80 ◦ blue 18

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

Shades of Verdun Green #455012

Tints of Verdun Green #455012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

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

R = 41.32%
G = 47.9%
B = 10.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#455012 (or 0x455012) is known color: Verdun Green. HEX triplet: 45, 50 and 12. RGB value is (69,80,18). Sum of RGB (Red+Green+Blue) = 69+80+18=167 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.32% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 80 - color contains mainly: green. Hex color #455012 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455012 is #BAAFED. Grayscale: #454545. Windows color (decimal): -12234734 or 1200197. OLE color: 1200197.

HSL color Cylindrical-coordinate representation of color #455012: hue angle of 70.65º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #455012 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 18 -
CMYK 0.14 0 0.78 0.69
HSL 70.65º 0.63% 0.19% -
HSV(B) 70.65º 0.78% 0.31% -
XYZ 5.43 7.05 1.65 -
YUV 69.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 69 80 18 0.14 0 0.78 0.69 70.65 0.63 0.19
Hex 45 50 12 E 0 4E 45 47 3F 13
Octal 105 120 22 16 0 116 105 107 77 23
Binary 1000101 1010000 10010 1110 0 1001110 1000101 1000111 111111 10011

Color Harmonies of #455012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455012

Black with #455012

Text Example


Text Example

White with #455012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455012; }

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

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

background-color css

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

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

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

border-color css

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

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

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