#13602D

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

Shades of Crusoe #13602D

Tints of Crusoe #13602D

Color information

#13602D (or 0x13602D) is unknown color: approx Crusoe. HEX triplet: 13, 60 and 2D. RGB value is (19,96,45). Sum of RGB (Red+Green+Blue) = 19+96+45=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #13602D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13602D is #EC9FD2. Grayscale: #434343. Windows color (decimal): -15507411 or 2973715. OLE color: 2973715.

HSL color Cylindrical-coordinate representation of color #13602D: hue angle of 140.26º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13602D is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB199645-
CMYK0.8000.530.62
HSL140.26º66.96%22.55%-
HSV(B)140.26º80.21%37.65%-
XYZ4.938.693.9-
YUV67.16115.4993.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 96 (37.89% from 255) = 60%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=11.88%
G=60%
B=28.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996450.8000.530.62140.2666.9622.55
Hex13602D500353E8c4317
Octal23140551200657621410327
Binary1001111000001011011010000011010111111010001100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,96,45); }

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

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

 a { background-color: rgb(19,96,45); }

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

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

 span { border-color: rgb(19,96,45); }

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