#135920

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

Shades of Crusoe #135920

Tints of Crusoe #135920

Color information

#135920 (or 0x135920) is unknown color: approx Crusoe. HEX triplet: 13, 59 and 20. RGB value is (19,89,32). Sum of RGB (Red+Green+Blue) = 19+89+32=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #135920 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135920 is #ECA6DF. Grayscale: #3D3D3D. Windows color (decimal): -15509216 or 2119955. OLE color: 2119955.

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

Color convert

RGB198932-
CMYK0.7900.640.65
HSL131.14º64.81%21.18%-
HSV(B)131.14º78.65%34.9%-
XYZ4.17.392.58-
YUV61.57111.3197.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 89 (35.16% from 255) = 63.57%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=13.57%
G=63.57%
B=22.86%

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
Decimal1989320.7900.640.65131.1464.8121.18
Hex1359204F04041834115
Octal2313140117010010120310125
Binary100111011001100000100111101000000100000110000011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135920; }

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

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

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

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

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

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

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

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