#106231

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

Shades of Crusoe #106231

Tints of Crusoe #106231

Color information

#106231 (or 0x106231) is unknown color: approx Crusoe. HEX triplet: 10, 62 and 31. RGB value is (16,98,49). Sum of RGB (Red+Green+Blue) = 16+98+49=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #106231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106231 is #EF9DCE. Grayscale: #444444. Windows color (decimal): -15703503 or 3236368. OLE color: 3236368.

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

Color convert

RGB169849-
CMYK0.8400.50.62
HSL144.15º71.93%22.35%-
HSV(B)144.15º83.67%38.43%-
XYZ5.149.074.39-
YUV67.9117.3390.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=9.82%
G=60.12%
B=30.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698490.8400.50.62144.1571.9322.35
Hex106231540323E904816
Octal20142611240627622011026
Binary1000011000101100011010100011001011111010010000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106231; }

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

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

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

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

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

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

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

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