#13621F

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

Shades of Crusoe #13621F

Tints of Crusoe #13621F

Color information

#13621F (or 0x13621F) is unknown color: approx Crusoe. HEX triplet: 13, 62 and 1F. RGB value is (19,98,31). Sum of RGB (Red+Green+Blue) = 19+98+31=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #13621F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13621F is #EC9DE0. Grayscale: #424242. Windows color (decimal): -15506913 or 2056723. OLE color: 2056723.

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

Color convert

RGB199831-
CMYK0.8100.680.62
HSL129.11º67.52%22.94%-
HSV(B)129.11º80.61%38.43%-
XYZ4.888.972.77-
YUV66.74107.8393.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=12.84%
G=66.22%
B=20.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998310.8100.680.62129.1167.5222.94
Hex13621F510443E814417
Octal231423712101047620110427
Binary1001111000101111110100010100010011111010000001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13621F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13621F; }

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

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

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

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

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

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

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

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