#151805

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

Shades of Green Waterloo #151805

Tints of Green Waterloo #151805

Color information

#151805 (or 0x151805) is unknown color: approx Green Waterloo. HEX triplet: 15, 18 and 05. RGB value is (21,24,5). Sum of RGB (Red+Green+Blue) = 21+24+5=50 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #151805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151805 is #EAE7FA. Grayscale: #151515. Windows color (decimal): -15394811 or 333845. OLE color: 333845.

HSL color Cylindrical-coordinate representation of color #151805: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #151805 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.91.

Color convert

RGB21245-
CMYK0.1300.790.91
HSL69.47º65.52%5.69%-
HSV(B)69.47º79.17%9.41%-
XYZ0.660.820.27-
YUV20.94119.01128.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 42%
GREEN value IS 24 (9.77% from 255) = 48%
BLUE value IS 5 (2.34% from 255) = 10%
R=42%
G=48%
B=10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal212450.1300.790.9169.4765.525.69
Hex15185D04F5B45426
Octal253051501171331051026
Binary1010111000101110101001111101101110001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151805; }

 p { color: rgb(21,24,5); }

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

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

 a { background-color: rgb(21,24,5); }

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

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

 span { border-color: rgb(21,24,5); }

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