#135B2A

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

Shades of Crusoe #135B2A

Tints of Crusoe #135B2A

Color information

#135B2A (or 0x135B2A) is unknown color: approx Crusoe. HEX triplet: 13, 5B and 2A. RGB value is (19,91,42). Sum of RGB (Red+Green+Blue) = 19+91+42=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 91 (35.94% from 255 or 59.87% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 91 - color contains mainly: green. Hex color #135B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B2A is #ECA4D5. Grayscale: #404040. Windows color (decimal): -15508694 or 2775827. OLE color: 2775827.

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

Color convert

RGB199142-
CMYK0.7900.540.64
HSL139.17º65.45%21.57%-
HSV(B)139.17º79.12%35.69%-
XYZ4.437.793.46-
YUV63.89115.6595.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 91 (35.94% from 255) = 59.87%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=12.5%
G=59.87%
B=27.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991420.7900.540.64139.1765.4521.57
Hex135B2A4F036408b4116
Octal231335211706610021310126
Binary10011101101110101010011110110110100000010001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,91,42); }

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

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

 a { background-color: rgb(19,91,42); }

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

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

 span { border-color: rgb(19,91,42); }

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