#13631E

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

Shades of Crusoe #13631E

Tints of Crusoe #13631E

Color information

#13631E (or 0x13631E) is unknown color: approx Crusoe. HEX triplet: 13, 63 and 1E. RGB value is (19,99,30). Sum of RGB (Red+Green+Blue) = 19+99+30=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #13631E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631E is #EC9CE1. Grayscale: #434343. Windows color (decimal): -15506658 or 1991443. OLE color: 1991443.

HSL color Cylindrical-coordinate representation of color #13631E: hue angle of 128.25º 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 #13631E is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB199930-
CMYK0.8100.700.61
HSL128.25º67.8%23.14%-
HSV(B)128.25º80.81%38.82%-
XYZ4.969.162.73-
YUV67.2110793.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 99 (39.06% from 255) = 66.89%
BLUE value IS 30 (12.11% from 255) = 20.27%
R=12.84%
G=66.89%
B=20.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999300.8100.700.61128.2567.823.14
Hex13631E510463D804417
Octal231433612101067520010427
Binary1001111000111111010100010100011011110110000000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13631E; }

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

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

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

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

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

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

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

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