#135A29

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

Shades of Crusoe #135A29

Tints of Crusoe #135A29

Color information

#135A29 (or 0x135A29) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 29. RGB value is (19,90,41). Sum of RGB (Red+Green+Blue) = 19+90+41=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #135A29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A29 is #ECA5D6. Grayscale: #3F3F3F. Windows color (decimal): -15508951 or 2710035. OLE color: 2710035.

HSL color Cylindrical-coordinate representation of color #135A29: hue angle of 138.59º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #135A29 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB199041-
CMYK0.7900.540.65
HSL138.59º65.14%21.37%-
HSV(B)138.59º78.89%35.29%-
XYZ4.327.613.34-
YUV63.18115.4896.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 90 (35.55% from 255) = 60%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=12.67%
G=60%
B=27.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990410.7900.540.65138.5965.1421.37
Hex135A294F036418b4115
Octal231325111706610121310125
Binary10011101101010100110011110110110100000110001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A29; }

 p { color: rgb(19,90,41); }

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

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

 a { background-color: rgb(19,90,41); }

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

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

 span { border-color: rgb(19,90,41); }

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