#106331

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

Shades of Crusoe #106331

Tints of Crusoe #106331

Color information

#106331 (or 0x106331) is unknown color: approx Crusoe. HEX triplet: 10, 63 and 31. RGB value is (16,99,49). Sum of RGB (Red+Green+Blue) = 16+99+49=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #106331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106331 is #EF9CCE. Grayscale: #444444. Windows color (decimal): -15703247 or 3236624. OLE color: 3236624.

HSL color Cylindrical-coordinate representation of color #106331: hue angle of 143.86º 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 #106331 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB169949-
CMYK0.8400.510.61
HSL143.86º72.17%22.55%-
HSV(B)143.86º83.84%38.82%-
XYZ5.239.264.42-
YUV68.4811790.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=9.76%
G=60.37%
B=29.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699490.8400.510.61143.8672.1722.55
Hex106331540333D904817
Octal20143611240637522011027
Binary1000011000111100011010100011001111110110010000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106331; }

 p { color: rgb(16,99,49); }

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

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

 a { background-color: rgb(16,99,49); }

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

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

 span { border-color: rgb(16,99,49); }

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