#135528

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

Shades of Crusoe #135528

Tints of Crusoe #135528

Color information

#135528 (or 0x135528) is unknown color: approx Crusoe. HEX triplet: 13, 55 and 28. RGB value is (19,85,40). Sum of RGB (Red+Green+Blue) = 19+85+40=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #135528 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135528 is #ECAAD7. Grayscale: #3C3C3C. Windows color (decimal): -15510232 or 2643219. OLE color: 2643219.

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

Color convert

RGB198540-
CMYK0.7800.530.67
HSL139.09º63.46%20.39%-
HSV(B)139.09º77.65%33.33%-
XYZ3.96.793.11-
YUV60.14116.6398.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=13.19%
G=59.03%
B=27.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985400.7800.530.67139.0963.4620.39
Hex1355284E035438b3f14
Octal23125501160651032137724
Binary1001110101011010001001110011010110000111000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135528; }

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

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

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

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

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

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

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

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