#13582C

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

Shades of Crusoe #13582C

Tints of Crusoe #13582C

Color information

#13582C (or 0x13582C) is unknown color: approx Crusoe. HEX triplet: 13, 58 and 2C. RGB value is (19,88,44). Sum of RGB (Red+Green+Blue) = 19+88+44=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #13582C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13582C is #ECA7D3. Grayscale: #3E3E3E. Windows color (decimal): -15509460 or 2906131. OLE color: 2906131.

HSL color Cylindrical-coordinate representation of color #13582C: hue angle of 141.74º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13582C is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB198844-
CMYK0.7800.50.65
HSL141.74º64.49%20.98%-
HSV(B)141.74º78.41%34.51%-
XYZ4.217.33.57-
YUV62.35117.6497.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 88 (34.77% from 255) = 58.28%
BLUE value IS 44 (17.58% from 255) = 29.14%
R=12.58%
G=58.28%
B=29.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988440.7800.50.65141.7464.4920.98
Hex13582C4E032418e4015
Octal231305411606210121610025
Binary10011101100010110010011100110010100000110001110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13582C; }

 p { color: rgb(19,88,44); }

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

<style>
 a { background-color: #13582C; }

 a { background-color: rgb(19,88,44); }

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

<style>
 span { border-color: #13582C; }

 span { border-color: rgb(19,88,44); }

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