#13581C

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

Shades of Crusoe #13581C

Tints of Crusoe #13581C

Color information

#13581C (or 0x13581C) is unknown color: approx Crusoe. HEX triplet: 13, 58 and 1C. RGB value is (19,88,28). Sum of RGB (Red+Green+Blue) = 19+88+28=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 88 (34.77% from 255 or 65.19% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 88 - color contains mainly: green. Hex color #13581C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13581C is #ECA7E3. Grayscale: #3C3C3C. Windows color (decimal): -15509476 or 1857555. OLE color: 1857555.

HSL color Cylindrical-coordinate representation of color #13581C: hue angle of 127.83º 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 #13581C is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB198828-
CMYK0.7800.680.65
HSL127.83º64.49%20.98%-
HSV(B)127.83º78.41%34.51%-
XYZ3.977.22.28-
YUV60.53109.6498.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 88 (34.77% from 255) = 65.19%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=14.07%
G=65.19%
B=20.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1988280.7800.680.65127.8364.4920.98
Hex13581C4E04441804015
Octal2313034116010410120010025
Binary10011101100011100100111001000100100000110000000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13581C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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