#136235

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

Shades of Crusoe #136235

Tints of Crusoe #136235

Color information

#136235 (or 0x136235) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 35. RGB value is (19,98,53). Sum of RGB (Red+Green+Blue) = 19+98+53=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #136235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136235 is #EC9DCA. Grayscale: #454545. Windows color (decimal): -15506891 or 3498515. OLE color: 3498515.

HSL color Cylindrical-coordinate representation of color #136235: hue angle of 145.82º 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 #136235 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB199853-
CMYK0.8100.460.62
HSL145.82º67.52%22.94%-
HSV(B)145.82º80.61%38.43%-
XYZ5.289.134.85-
YUV69.25118.8392.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.18%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 53 (21.09% from 255) = 31.18%
R=11.18%
G=57.65%
B=31.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998530.8100.460.62145.8267.5222.94
Hex1362355102E3E924417
Octal23142651210567622210427
Binary1001111000101101011010001010111011111010010010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136235; }

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

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

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

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

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

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

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

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