Html Css Color HEX #455015 Verdun Green

📋 copy color: '#455015'

red 69 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #455015

Tints of Verdun Green #455015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 40.59%
G = 47.06%
B = 12.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#455015 (or 0x455015) is known color: Verdun Green. HEX triplet: 45, 50 and 15. RGB value is (69,80,21). Sum of RGB (Red+Green+Blue) = 69+80+21=170 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.59% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 80 - color contains mainly: green. Hex color #455015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455015 is #BAAFEA. Grayscale: #464646. Windows color (decimal): -12234731 or 1396805. OLE color: 1396805.

HSL color Cylindrical-coordinate representation of color #455015: hue angle of 71.19º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #455015 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 80 21 -
CMYK 0.14 0 0.74 0.69
HSL 71.19º 0.58% 0.2% -
HSV(B) 71.19º 0.74% 0.31% -
XYZ 5.46 7.06 1.78 -
YUV 69.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 69 80 21 0.14 0 0.74 0.69 71.19 0.58 0.2
Hex 45 50 15 E 0 4A 45 47 3A 14
Octal 105 120 25 16 0 112 105 107 72 24
Binary 1000101 1010000 10101 1110 0 1001010 1000101 1000111 111010 10100

Color Harmonies of #455015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455015

Black with #455015

Text Example


Text Example

White with #455015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455015; }

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

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

background-color css

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

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

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

border-color css

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

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

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