#10611F

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

Shades of Crusoe #10611F

Tints of Crusoe #10611F

Color information

#10611F (or 0x10611F) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 1F. RGB value is (16,97,31). Sum of RGB (Red+Green+Blue) = 16+97+31=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #10611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10611F is #EF9EE0. Grayscale: #414141. Windows color (decimal): -15703777 or 2056464. OLE color: 2056464.

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

Color convert

RGB169731-
CMYK0.8400.680.62
HSL131.11º71.68%22.16%-
HSV(B)131.11º83.51%38.04%-
XYZ4.748.762.74-
YUV65.26108.6692.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 97 (38.28% from 255) = 67.36%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=11.11%
G=67.36%
B=21.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697310.8400.680.62131.1171.6822.16
Hex10611F540443E834816
Octal201413712401047620311026
Binary1000011000011111110101000100010011111010000011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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