#135531

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

Shades of Crusoe #135531

Tints of Crusoe #135531

Color information

#135531 (or 0x135531) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 31. RGB value is (19,85,49). Sum of RGB (Red+Green+Blue) = 19+85+49=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 85 (33.59% from 255 or 55.56% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 85 - color contains mainly: green. Hex color #135531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135531 is #ECAACE. Grayscale: #3D3D3D. Windows color (decimal): -15510223 or 3233043. OLE color: 3233043.

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

Color convert

RGB198549-
CMYK0.7800.420.67
HSL147.27º63.46%20.39%-
HSV(B)147.27º77.65%33.33%-
XYZ4.076.864.01-
YUV61.16121.1397.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 85 (33.59% from 255) = 55.56%
BLUE value IS 49 (19.53% from 255) = 32.03%
R=12.42%
G=55.56%
B=32.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985490.7800.420.67147.2763.4620.39
Hex1355314E02A43933f14
Octal23125611160521032237724
Binary1001110101011100011001110010101010000111001001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135531; }

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

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

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

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

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

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

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

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