#135A35

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

Shades of Crusoe #135A35

Tints of Crusoe #135A35

Color information

#135A35 (or 0x135A35) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 35. RGB value is (19,90,53). Sum of RGB (Red+Green+Blue) = 19+90+53=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 90 (35.55% from 255 or 55.56% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 90 - color contains mainly: green. Hex color #135A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A35 is #ECA5CA. Grayscale: #404040. Windows color (decimal): -15508939 or 3496467. OLE color: 3496467.

HSL color Cylindrical-coordinate representation of color #135A35: hue angle of 148.73º 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 #135A35 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB199053-
CMYK0.7900.410.65
HSL148.73º65.14%21.37%-
HSV(B)148.73º78.89%35.29%-
XYZ4.577.714.62-
YUV64.55121.4895.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.73%
GREEN value IS 90 (35.55% from 255) = 55.56%
BLUE value IS 53 (21.09% from 255) = 32.72%
R=11.73%
G=55.56%
B=32.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990530.7900.410.65148.7365.1421.37
Hex135A354F02941954115
Octal231326511705110122510125
Binary10011101101011010110011110101001100000110010101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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