#135521

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

Shades of Crusoe #135521

Tints of Crusoe #135521

Color information

#135521 (or 0x135521) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 21. RGB value is (19,85,33). Sum of RGB (Red+Green+Blue) = 19+85+33=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #135521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135521 is #ECAADE. Grayscale: #3B3B3B. Windows color (decimal): -15510239 or 2184467. OLE color: 2184467.

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

Color convert

RGB198533-
CMYK0.7800.610.67
HSL132.73º63.46%20.39%-
HSV(B)132.73º77.65%33.33%-
XYZ3.796.752.54-
YUV59.34113.1399.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=13.87%
G=62.04%
B=24.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985330.7800.610.67132.7363.4620.39
Hex1355214E03D43853f14
Octal23125411160751032057724
Binary1001110101011000011001110011110110000111000010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135521; }

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

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

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

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

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

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

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

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