#13602B

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

Shades of Crusoe #13602B

Tints of Crusoe #13602B

Color information

#13602B (or 0x13602B) is unknown color: approx Crusoe. HEX triplet: 13, 60 and 2B. RGB value is (19,96,43). Sum of RGB (Red+Green+Blue) = 19+96+43=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 96 (37.89% from 255 or 60.76% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 96 - color contains mainly: green. Hex color #13602B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13602B is #EC9FD4. Grayscale: #434343. Windows color (decimal): -15507413 or 2842643. OLE color: 2842643.

HSL color Cylindrical-coordinate representation of color #13602B: hue angle of 138.7º 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 #13602B is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB199643-
CMYK0.8000.550.62
HSL138.7º66.96%22.55%-
HSV(B)138.7º80.21%37.65%-
XYZ4.898.683.7-
YUV66.93114.4993.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 96 (37.89% from 255) = 60.76%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=12.03%
G=60.76%
B=27.22%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996430.8000.550.62138.766.9622.55
Hex13602B500373E8b4317
Octal23140531200677621310327
Binary1001111000001010111010000011011111111010001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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