#13552A

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

Shades of Crusoe #13552A

Tints of Crusoe #13552A

Color information

#13552A (or 0x13552A) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 2A. RGB value is (19,85,42). Sum of RGB (Red+Green+Blue) = 19+85+42=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #13552A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13552A is #ECAAD5. Grayscale: #3C3C3C. Windows color (decimal): -15510230 or 2774291. OLE color: 2774291.

HSL color Cylindrical-coordinate representation of color #13552A: hue angle of 140.91º 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 #13552A is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB198542-
CMYK0.7800.510.67
HSL140.91º63.46%20.39%-
HSV(B)140.91º77.65%33.33%-
XYZ3.936.83.3-
YUV60.36117.6398.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 85 (33.59% from 255) = 58.22%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=13.01%
G=58.22%
B=28.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985420.7800.510.67140.9163.4620.39
Hex13552A4E033438d3f14
Octal23125521160631032157724
Binary1001110101011010101001110011001110000111000110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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