#15552E

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

Shades of Crusoe #15552E

Tints of Crusoe #15552E

Color information

#15552E (or 0x15552E) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 2E. RGB value is (21,85,46). Sum of RGB (Red+Green+Blue) = 21+85+46=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #15552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15552E is #EAAAD1. Grayscale: #3D3D3D. Windows color (decimal): -15379154 or 3036437. OLE color: 3036437.

HSL color Cylindrical-coordinate representation of color #15552E: hue angle of 143.44º 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 #15552E is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB218546-
CMYK0.7500.460.67
HSL143.44º60.38%20.78%-
HSV(B)143.44º75.29%33.33%-
XYZ4.056.853.69-
YUV61.42119.399.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 46 (18.36% from 255) = 30.26%
R=13.82%
G=55.92%
B=30.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185460.7500.460.67143.4460.3820.78
Hex15552E4B02E438f3c15
Octal25125561130561032177425
Binary1010110101011011101001011010111010000111000111111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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