#10601F

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

Shades of Crusoe #10601F

Tints of Crusoe #10601F

Color information

#10601F (or 0x10601F) is unknown color: approx Crusoe. HEX triplet: 10, 60 and 1F. RGB value is (16,96,31). Sum of RGB (Red+Green+Blue) = 16+96+31=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #10601F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10601F is #EF9FE0. Grayscale: #404040. Windows color (decimal): -15704033 or 2056208. OLE color: 2056208.

HSL color Cylindrical-coordinate representation of color #10601F: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10601F is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB169631-
CMYK0.8300.680.62
HSL131.25º71.43%21.96%-
HSV(B)131.25º83.33%37.65%-
XYZ4.648.572.71-
YUV64.6710993.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.19%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=11.19%
G=67.13%
B=21.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696310.8300.680.62131.2571.4321.96
Hex10601F530443E834716
Octal201403712301047620310726
Binary1000011000001111110100110100010011111010000011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,96,31); }

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

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

 a { background-color: rgb(16,96,31); }

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

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

 span { border-color: rgb(16,96,31); }

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