#136227

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

Shades of Crusoe #136227

Tints of Crusoe #136227

Color information

#136227 (or 0x136227) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 27. RGB value is (19,98,39). Sum of RGB (Red+Green+Blue) = 19+98+39=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #136227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136227 is #EC9DD8. Grayscale: #434343. Windows color (decimal): -15506905 or 2581011. OLE color: 2581011.

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

Color convert

RGB199839-
CMYK0.8100.600.62
HSL135.19º67.52%22.94%-
HSV(B)135.19º80.61%38.43%-
XYZ59.023.4-
YUV67.65111.8393.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 98 (38.67% from 255) = 62.82%
BLUE value IS 39 (15.62% from 255) = 25%
R=12.18%
G=62.82%
B=25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998390.8100.600.62135.1967.5222.94
Hex1362275103C3E874417
Octal23142471210747620710427
Binary1001111000101001111010001011110011111010000111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136227; }

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

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

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

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

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

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

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

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