#135A2D

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

Shades of Crusoe #135A2D

Tints of Crusoe #135A2D

Color information

#135A2D (or 0x135A2D) is unknown color: approx Crusoe. HEX triplet: 13, 5A and 2D. RGB value is (19,90,45). Sum of RGB (Red+Green+Blue) = 19+90+45=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #135A2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A2D is #ECA5D2. Grayscale: #3F3F3F. Windows color (decimal): -15508947 or 2972179. OLE color: 2972179.

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

Color convert

RGB199045-
CMYK0.7900.500.65
HSL141.97º65.14%21.37%-
HSV(B)141.97º78.89%35.29%-
XYZ4.47.643.73-
YUV63.64117.4896.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 90 (35.55% from 255) = 58.44%
BLUE value IS 45 (17.97% from 255) = 29.22%
R=12.34%
G=58.44%
B=29.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1990450.7900.500.65141.9765.1421.37
Hex135A2D4F032418e4115
Octal231325511706210121610125
Binary10011101101010110110011110110010100000110001110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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