#455515

Color #455515 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #455515

Tints of Verdun Green #455515

Color information

#455515 (or 0x455515) is unknown color: approx Verdun Green. HEX triplet: 45, 55 and 15. RGB value is (69,85,21). Sum of RGB (Red+Green+Blue) = 69+85+21=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #455515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455515 is #BAAAEA. Grayscale: #494949. Windows color (decimal): -12233451 or 1398085. OLE color: 1398085.

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

Color convert

RGB698521-
CMYK0.1900.750.67
HSL75º60.38%20.78%-
HSV(B)75º75.29%33.33%-
XYZ5.847.821.91-
YUV72.9298.7125.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 21 (8.59% from 255) = 12%
R=39.43%
G=48.57%
B=12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985210.1900.750.677560.3820.78
Hex4555151304B434b3c15
Octal105125252301131031137425
Binary100010110101011010110011010010111000011100101111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455515; }

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

 H1.HeaderClassName
 {
   color: #455515;
 }
 .AnyTagClassName
 {
   color: #455515;
 }
</style>
background-color css

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

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

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

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

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

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