#13552F

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

Shades of Crusoe #13552F

Tints of Crusoe #13552F

Color information

#13552F (or 0x13552F) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 2F. RGB value is (19,85,47). Sum of RGB (Red+Green+Blue) = 19+85+47=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 85 (33.59% from 255 or 56.29% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 85 - color contains mainly: green. Hex color #13552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552F is #ECAAD0. Grayscale: #3D3D3D. Windows color (decimal): -15510225 or 3101971. OLE color: 3101971.

HSL color Cylindrical-coordinate representation of color #13552F: hue angle of 145.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13552F is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB198547-
CMYK0.7800.450.67
HSL145.45º63.46%20.39%-
HSV(B)145.45º77.65%33.33%-
XYZ4.036.843.8-
YUV60.93120.1398.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 85 (33.59% from 255) = 56.29%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=12.58%
G=56.29%
B=31.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985470.7800.450.67145.4563.4620.39
Hex13552F4E02D43913f14
Octal23125571160551032217724
Binary1001110101011011111001110010110110000111001000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13552F; }

 p { color: rgb(19,85,47); }

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

<style>
 a { background-color: #13552F; }

 a { background-color: rgb(19,85,47); }

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

<style>
 span { border-color: #13552F; }

 span { border-color: rgb(19,85,47); }

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