#136331

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

Shades of Crusoe #136331

Tints of Crusoe #136331

Color information

#136331 (or 0x136331) is unknown color: approx Crusoe. HEX triplet: 13, 63 and 31. RGB value is (19,99,49). Sum of RGB (Red+Green+Blue) = 19+99+49=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #136331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136331 is #EC9CCE. Grayscale: #454545. Windows color (decimal): -15506639 or 3236627. OLE color: 3236627.

HSL color Cylindrical-coordinate representation of color #136331: hue angle of 142.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136331 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB199949-
CMYK0.8100.510.61
HSL142.5º67.8%23.14%-
HSV(B)142.5º80.81%38.82%-
XYZ5.289.284.42-
YUV69.38116.592.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=11.38%
G=59.28%
B=29.34%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999490.8100.510.61142.567.823.14
Hex136331510333D8e4417
Octal23143611210637521610427
Binary1001111000111100011010001011001111110110001110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136331; }

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

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

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

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

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

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

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

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