#13551E

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

Shades of Crusoe #13551E

Tints of Crusoe #13551E

Color information

#13551E (or 0x13551E) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 1E. RGB value is (19,85,30). Sum of RGB (Red+Green+Blue) = 19+85+30=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #13551E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551E is #ECAAE1. Grayscale: #3B3B3B. Windows color (decimal): -15510242 or 1987859. OLE color: 1987859.

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

Color convert

RGB198530-
CMYK0.7800.650.67
HSL130º63.46%20.39%-
HSV(B)130º77.65%33.33%-
XYZ3.756.732.33-
YUV59111.6399.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 30 (12.11% from 255) = 22.39%
R=14.18%
G=63.43%
B=22.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985300.7800.650.6713063.4620.39
Hex13551E4E04143823f14
Octal231253611601011032027724
Binary1001110101011111010011100100000110000111000001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13551E; }

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

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

<style>
 a { background-color: #13551E; }

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

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

<style>
 span { border-color: #13551E; }

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

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