#136232

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

Shades of Crusoe #136232

Tints of Crusoe #136232

Color information

#136232 (or 0x136232) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 32. RGB value is (19,98,50). Sum of RGB (Red+Green+Blue) = 19+98+50=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #136232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136232 is #EC9DCD. Grayscale: #454545. Windows color (decimal): -15506894 or 3301907. OLE color: 3301907.

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

Color convert

RGB199850-
CMYK0.8100.490.62
HSL143.54º67.52%22.94%-
HSV(B)143.54º80.61%38.43%-
XYZ5.219.14.5-
YUV68.91117.3392.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 98 (38.67% from 255) = 58.68%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=11.38%
G=58.68%
B=29.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998500.8100.490.62143.5467.5222.94
Hex136232510313E904417
Octal23142621210617622010427
Binary1001111000101100101010001011000111111010010000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136232; }

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

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

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

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

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

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

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

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