#10621E

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

Shades of Crusoe #10621E

Tints of Crusoe #10621E

Color information

#10621E (or 0x10621E) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 1E. RGB value is (16,98,30). Sum of RGB (Red+Green+Blue) = 16+98+30=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 98 (38.67% from 255 or 68.06% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 98 - color contains mainly: green. Hex color #10621E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10621E is #EF9DE1. Grayscale: #414141. Windows color (decimal): -15703522 or 1991184. OLE color: 1991184.

HSL color Cylindrical-coordinate representation of color #10621E: hue angle of 130.24º 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 #10621E is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB169830-
CMYK0.8400.690.62
HSL130.24º71.93%22.35%-
HSV(B)130.24º83.67%38.43%-
XYZ4.828.942.7-
YUV65.73107.8392.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 98 (38.67% from 255) = 68.06%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=11.11%
G=68.06%
B=20.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698300.8400.690.62130.2471.9322.35
Hex10621E540453E824816
Octal201423612401057620211026
Binary1000011000101111010101000100010111111010000010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10621E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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