#13631A

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

Shades of Crusoe #13631A

Tints of Crusoe #13631A

Color information

#13631A (or 0x13631A) is unknown color: approx Crusoe. HEX triplet: 13, 63 and 1A. RGB value is (19,99,26). Sum of RGB (Red+Green+Blue) = 19+99+26=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #13631A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631A is #EC9CE5. Grayscale: #424242. Windows color (decimal): -15506662 or 1729299. OLE color: 1729299.

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

Color convert

RGB199926-
CMYK0.8100.740.61
HSL125.25º67.8%23.14%-
HSV(B)125.25º80.81%38.82%-
XYZ4.929.142.48-
YUV66.7610593.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 99 (39.06% from 255) = 68.75%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=13.19%
G=68.75%
B=18.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999260.8100.740.61125.2567.823.14
Hex13631A5104A3D7d4417
Octal231433212101127517510427
Binary100111100011110101010001010010101111011111101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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