#135A20

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

Shades of Crusoe #135A20

Tints of Crusoe #135A20

Color information

#135A20 (or 0x135A20) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 20. RGB value is (19,90,32). Sum of RGB (Red+Green+Blue) = 19+90+32=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 90 (35.55% from 255 or 63.83% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 90 - color contains mainly: green. Hex color #135A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A20 is #ECA5DF. Grayscale: #3E3E3E. Windows color (decimal): -15508960 or 2120211. OLE color: 2120211.

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

Color convert

RGB199032-
CMYK0.7900.640.65
HSL130.99º65.14%21.37%-
HSV(B)130.99º78.89%35.29%-
XYZ4.197.562.6-
YUV62.16110.9897.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 90 (35.55% from 255) = 63.83%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=13.48%
G=63.83%
B=22.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990320.7900.640.65130.9965.1421.37
Hex135A204F04041834115
Octal2313240117010010120310125
Binary100111011010100000100111101000000100000110000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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