#106A2C

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

Shades of Crusoe #106A2C

Tints of Crusoe #106A2C

Color information

#106A2C (or 0x106A2C) is unknown color: approx Crusoe. HEX triplet: 10, 6A and 2C. RGB value is (16,106,44). Sum of RGB (Red+Green+Blue) = 16+106+44=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 106 (41.80% from 255 or 63.86% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 106 - color contains mainly: green. Hex color #106A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106A2C is #EF95D3. Grayscale: #484848. Windows color (decimal): -15701460 or 2910736. OLE color: 2910736.

HSL color Cylindrical-coordinate representation of color #106A2C: hue angle of 138.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106A2C is Cyan = 0.85, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1610644-
CMYK0.8500.580.58
HSL138.67º73.77%23.92%-
HSV(B)138.67º84.91%41.57%-
XYZ5.8210.64.12-
YUV72.02112.1888.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 106 (41.80% from 255) = 63.86%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=9.64%
G=63.86%
B=26.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal16106440.8500.580.58138.6773.7723.92
Hex106A2C5503A3A8b4a18
Octal20152541250727221311230
Binary1000011010101011001010101011101011101010001011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106A2C; }

 p { color: rgb(16,106,44); }

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

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

 a { background-color: rgb(16,106,44); }

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

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

 span { border-color: rgb(16,106,44); }

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