#106326

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

Shades of Crusoe #106326

Tints of Crusoe #106326

Color information

#106326 (or 0x106326) is unknown color: approx Crusoe. HEX triplet: 10, 63 and 26. RGB value is (16,99,38). Sum of RGB (Red+Green+Blue) = 16+99+38=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 99 (39.06% from 255 or 64.71% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 99 - color contains mainly: green. Hex color #106326 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106326 is #EF9CD9. Grayscale: #434343. Windows color (decimal): -15703258 or 2515728. OLE color: 2515728.

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

Color convert

RGB169938-
CMYK0.8400.620.61
HSL135.9º72.17%22.55%-
HSV(B)135.9º83.84%38.82%-
XYZ5.039.173.34-
YUV67.23111.591.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 99 (39.06% from 255) = 64.71%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=10.46%
G=64.71%
B=24.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699380.8400.620.61135.972.1722.55
Hex1063265403E3D884817
Octal20143461240767521011027
Binary1000011000111001101010100011111011110110001000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106326; }

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

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

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

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

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

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

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

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