#10641E

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

Shades of Crusoe #10641E

Tints of Crusoe #10641E

Color information

#10641E (or 0x10641E) is unknown color: approx Crusoe. HEX triplet: 10, 64 and 1E. RGB value is (16,100,30). Sum of RGB (Red+Green+Blue) = 16+100+30=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #10641E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10641E is #EF9BE1. Grayscale: #434343. Windows color (decimal): -15703010 or 1991696. OLE color: 1991696.

HSL color Cylindrical-coordinate representation of color #10641E: hue angle of 130º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10641E is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1610030-
CMYK0.8400.700.61
HSL130º72.41%22.75%-
HSV(B)130º84%39.22%-
XYZ5.019.322.76-
YUV66.9107.1791.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.96%
GREEN value IS 100 (39.45% from 255) = 68.49%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=10.96%
G=68.49%
B=20.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100300.8400.700.6113072.4122.75
Hex10641E540463D824817
Octal201443612401067520211027
Binary1000011001001111010101000100011011110110000010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10641E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10641E; }

 p { color: rgb(16,100,30); }

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

<style>
 a { background-color: #10641E; }

 a { background-color: rgb(16,100,30); }

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

<style>
 span { border-color: #10641E; }

 span { border-color: rgb(16,100,30); }

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