#15662D

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

Shades of Crusoe #15662D

Tints of Crusoe #15662D

Color information

#15662D (or 0x15662D) is unknown color: approx Crusoe. HEX triplet: 15, 66 and 2D. RGB value is (21,102,45). Sum of RGB (Red+Green+Blue) = 21+102+45=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 102 (40.23% from 255 or 60.71% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 102 - color contains mainly: green. Hex color #15662D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15662D is #EA99D2. Grayscale: #474747. Windows color (decimal): -15374803 or 2975253. OLE color: 2975253.

HSL color Cylindrical-coordinate representation of color #15662D: hue angle of 137.78º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15662D is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB2110245-
CMYK0.7900.560.6
HSL137.78º65.85%24.12%-
HSV(B)137.78º79.41%40%-
XYZ5.539.854.09-
YUV71.28113.1692.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 102 (40.23% from 255) = 60.71%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=12.5%
G=60.71%
B=26.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102450.7900.560.6137.7865.8524.12
Hex15662D4F0383C8a4218
Octal25146551170707421210230
Binary1010111001101011011001111011100011110010001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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