#15602D

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

Shades of Crusoe #15602D

Tints of Crusoe #15602D

Color information

#15602D (or 0x15602D) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 2D. RGB value is (21,96,45). Sum of RGB (Red+Green+Blue) = 21+96+45=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #15602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15602D is #EA9FD2. Grayscale: #434343. Windows color (decimal): -15376339 or 2973717. OLE color: 2973717.

HSL color Cylindrical-coordinate representation of color #15602D: hue angle of 139.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 #15602D is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB219645-
CMYK0.7800.530.62
HSL139.2º64.1%22.94%-
HSV(B)139.2º78.12%37.65%-
XYZ4.978.713.9-
YUV67.76115.1594.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=12.96%
G=59.26%
B=27.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196450.7800.530.62139.264.122.94
Hex15602D4E0353E8b4017
Octal25140551160657621310027
Binary1010111000001011011001110011010111111010001011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15602D; }

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

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

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

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

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

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

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

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