#15601E

Color #15601E Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #15601E

Tints of Crusoe #15601E

Color information

#15601E (or 0x15601E) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 1E. RGB value is (21,96,30). Sum of RGB (Red+Green+Blue) = 21+96+30=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #15601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15601E is #EA9FE1. Grayscale: #424242. Windows color (decimal): -15376354 or 1990677. OLE color: 1990677.

HSL color Cylindrical-coordinate representation of color #15601E: hue angle of 127.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15601E is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB219630-
CMYK0.7800.690.62
HSL127.2º64.1%22.94%-
HSV(B)127.2º78.12%37.65%-
XYZ4.738.622.64-
YUV66.05107.6595.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 96 (37.89% from 255) = 65.31%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=14.29%
G=65.31%
B=20.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196300.7800.690.62127.264.122.94
Hex15601E4E0453E7f4017
Octal251403611601057617710027
Binary101011100000111101001110010001011111101111111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15601E; }

 p { color: rgb(21,96,30); }

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

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

 a { background-color: rgb(21,96,30); }

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

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

 span { border-color: rgb(21,96,30); }

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