#13631B

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

Shades of Crusoe #13631B

Tints of Crusoe #13631B

Color information

#13631B (or 0x13631B) is unknown color: approx Crusoe. HEX triplet: 13, 63 and 1B. RGB value is (19,99,27). Sum of RGB (Red+Green+Blue) = 19+99+27=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 99 (39.06% from 255 or 68.28% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 99 - color contains mainly: green. Hex color #13631B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13631B is #EC9CE4. Grayscale: #434343. Windows color (decimal): -15506661 or 1794835. OLE color: 1794835.

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

Color convert

RGB199927-
CMYK0.8100.730.61
HSL126º67.8%23.14%-
HSV(B)126º80.81%38.82%-
XYZ4.939.142.54-
YUV66.87105.593.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 99 (39.06% from 255) = 68.28%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=13.10%
G=68.28%
B=18.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999270.8100.730.6112667.823.14
Hex13631B510493D7e4417
Octal231433312101117517610427
Binary100111100011110111010001010010011111011111110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13631B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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