#106634

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

Shades of Crusoe #106634

Tints of Crusoe #106634

Color information

#106634 (or 0x106634) is unknown color: approx Crusoe. HEX triplet: 10, 66 and 34. RGB value is (16,102,52). Sum of RGB (Red+Green+Blue) = 16+102+52=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #106634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106634 is #EF99CB. Grayscale: #464646. Windows color (decimal): -15702476 or 3434000. OLE color: 3434000.

HSL color Cylindrical-coordinate representation of color #106634: hue angle of 145.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106634 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1610252-
CMYK0.8400.490.6
HSL145.12º72.88%23.14%-
HSV(B)145.12º84.31%40%-
XYZ5.589.864.86-
YUV70.59117.5189.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.41%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=9.41%
G=60%
B=30.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal16102520.8400.490.6145.1272.8823.14
Hex106634540313C914917
Octal20146641240617422111127
Binary1000011001101101001010100011000111110010010001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106634; }

 p { color: rgb(16,102,52); }

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

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

 a { background-color: rgb(16,102,52); }

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

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

 span { border-color: rgb(16,102,52); }

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