#15552D

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

Shades of Crusoe #15552D

Tints of Crusoe #15552D

Color information

#15552D (or 0x15552D) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 2D. RGB value is (21,85,45). Sum of RGB (Red+Green+Blue) = 21+85+45=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #15552D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15552D is #EAAAD2. Grayscale: #3D3D3D. Windows color (decimal): -15379155 or 2970901. OLE color: 2970901.

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

Color convert

RGB218545-
CMYK0.7500.470.67
HSL142.5º60.38%20.78%-
HSV(B)142.5º75.29%33.33%-
XYZ4.036.853.59-
YUV61.3118.899.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=13.91%
G=56.29%
B=29.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185450.7500.470.67142.560.3820.78
Hex15552D4B02F438e3c15
Octal25125551130571032167425
Binary1010110101011011011001011010111110000111000111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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