#13551F

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

Shades of Crusoe #13551F

Tints of Crusoe #13551F

Color information

#13551F (or 0x13551F) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 1F. RGB value is (19,85,31). Sum of RGB (Red+Green+Blue) = 19+85+31=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #13551F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13551F is #ECAAE0. Grayscale: #3B3B3B. Windows color (decimal): -15510241 or 2053395. OLE color: 2053395.

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

Color convert

RGB198531-
CMYK0.7800.640.67
HSL130.91º63.46%20.39%-
HSV(B)130.91º77.65%33.33%-
XYZ3.766.732.4-
YUV59.11112.1399.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 85 (33.59% from 255) = 62.96%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=14.07%
G=62.96%
B=22.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985310.7800.640.67130.9163.4620.39
Hex13551F4E04043833f14
Octal231253711601001032037724
Binary1001110101011111110011100100000010000111000001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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