#136631

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

Shades of Crusoe #136631

Tints of Crusoe #136631

Color information

#136631 (or 0x136631) is unknown color: approx Crusoe. HEX triplet: 13, 66 and 31. RGB value is (19,102,49). Sum of RGB (Red+Green+Blue) = 19+102+49=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #136631 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136631 is #EC99CE. Grayscale: #474747. Windows color (decimal): -15505871 or 3237395. OLE color: 3237395.

HSL color Cylindrical-coordinate representation of color #136631: hue angle of 141.69º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136631 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB1910249-
CMYK0.8100.520.6
HSL141.69º68.6%23.73%-
HSV(B)141.69º81.37%40%-
XYZ5.579.864.52-
YUV71.14115.590.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 49 (19.53% from 255) = 28.82%
R=11.18%
G=60%
B=28.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102490.8100.520.6141.6968.623.73
Hex136631510343C8e4518
Octal23146611210647421610530
Binary1001111001101100011010001011010011110010001110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136631; }

 p { color: rgb(19,102,49); }

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

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

 a { background-color: rgb(19,102,49); }

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

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

 span { border-color: rgb(19,102,49); }

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