#135932

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

Shades of Crusoe #135932

Tints of Crusoe #135932

Color information

#135932 (or 0x135932) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 32. RGB value is (19,89,50). Sum of RGB (Red+Green+Blue) = 19+89+50=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #135932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135932 is #ECA6CD. Grayscale: #3F3F3F. Windows color (decimal): -15509198 or 3299603. OLE color: 3299603.

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

Color convert

RGB198950-
CMYK0.7900.440.65
HSL146.57º64.81%21.18%-
HSV(B)146.57º78.65%34.9%-
XYZ4.427.514.24-
YUV63.62120.3196.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.03%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=12.03%
G=56.33%
B=31.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1989500.7900.440.65146.5764.8121.18
Hex1359324F02C41934115
Octal231316211705410122310125
Binary10011101100111001010011110101100100000110010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135932; }

 p { color: rgb(19,89,50); }

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

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

 a { background-color: rgb(19,89,50); }

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

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

 span { border-color: rgb(19,89,50); }

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