#106129

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

Shades of Crusoe #106129

Tints of Crusoe #106129

Color information

#106129 (or 0x106129) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 29. RGB value is (16,97,41). Sum of RGB (Red+Green+Blue) = 16+97+41=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 97 (38.28% from 255 or 62.99% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 97 - color contains mainly: green. Hex color #106129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106129 is #EF9ED6. Grayscale: #424242. Windows color (decimal): -15703767 or 2711824. OLE color: 2711824.

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

Color convert

RGB169741-
CMYK0.8400.580.62
HSL138.52º71.68%22.16%-
HSV(B)138.52º83.51%38.04%-
XYZ4.898.823.54-
YUV66.4113.6692.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 97 (38.28% from 255) = 62.99%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=10.39%
G=62.99%
B=26.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697410.8400.580.62138.5271.6822.16
Hex1061295403A3E8b4816
Octal20141511240727621311026
Binary1000011000011010011010100011101011111010001011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106129; }

 p { color: rgb(16,97,41); }

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

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

 a { background-color: rgb(16,97,41); }

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

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

 span { border-color: rgb(16,97,41); }

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