#135B2C

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

Shades of Crusoe #135B2C

Tints of Crusoe #135B2C

Color information

#135B2C (or 0x135B2C) is unknown color: approx Crusoe. HEX triplet: 13, 5B and 2C. RGB value is (19,91,44). Sum of RGB (Red+Green+Blue) = 19+91+44=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #135B2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135B2C is #ECA4D3. Grayscale: #404040. Windows color (decimal): -15508692 or 2906899. OLE color: 2906899.

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

Color convert

RGB199144-
CMYK0.7900.520.64
HSL140.83º65.45%21.57%-
HSV(B)140.83º79.12%35.69%-
XYZ4.467.83.65-
YUV64.11116.6595.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 91 (35.94% from 255) = 59.09%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=12.34%
G=59.09%
B=28.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1991440.7900.520.64140.8365.4521.57
Hex135B2C4F034408d4116
Octal231335411706410021510126
Binary10011101101110110010011110110100100000010001101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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