#135A34

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

Shades of Crusoe #135A34

Tints of Crusoe #135A34

Color information

#135A34 (or 0x135A34) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 34. RGB value is (19,90,52). Sum of RGB (Red+Green+Blue) = 19+90+52=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #135A34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A34 is #ECA5CB. Grayscale: #404040. Windows color (decimal): -15508940 or 3430931. OLE color: 3430931.

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

Color convert

RGB199052-
CMYK0.7900.420.65
HSL147.89º65.14%21.37%-
HSV(B)147.89º78.89%35.29%-
XYZ4.547.74.5-
YUV64.44120.9895.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 90 (35.55% from 255) = 55.90%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=11.80%
G=55.90%
B=32.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990520.7900.420.65147.8965.1421.37
Hex135A344F02A41944115
Octal231326411705210122410125
Binary10011101101011010010011110101010100000110010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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