Html Css Color HEX #455215 Verdun Green

📋 copy color: '#455215'

red 69 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #455215

Tints of Verdun Green #455215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.67%

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

R = 40.12%
G = 47.67%
B = 12.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#455215 (or 0x455215) is known color: Verdun Green. HEX triplet: 45, 52 and 15. RGB value is (69,82,21). Sum of RGB (Red+Green+Blue) = 69+82+21=172 (22% of max value = 765). Red value is 69 (27.34% from 255 or 40.12% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #455215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455215 is #BAADEA. Grayscale: #474747. Windows color (decimal): -12234219 or 1397317. OLE color: 1397317.

HSL color Cylindrical-coordinate representation of color #455215: hue angle of 72.79º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #455215 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 69 82 21 -
CMYK 0.16 0 0.74 0.68
HSL 72.79º 0.59% 0.2% -
HSV(B) 72.79º 0.74% 0.32% -
XYZ 5.61 7.35 1.83 -
YUV 71.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 69 82 21 0.16 0 0.74 0.68 72.79 0.59 0.2
Hex 45 52 15 10 0 4A 44 49 3B 14
Octal 105 122 25 20 0 112 104 111 73 24
Binary 1000101 1010010 10101 10000 0 1001010 1000100 1001001 111011 10100

Color Harmonies of #455215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455215

Black with #455215

Text Example


Text Example

White with #455215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455215; }

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

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

background-color css

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

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

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

border-color css

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

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

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