#106531

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

Shades of Crusoe #106531

Tints of Crusoe #106531

Color information

#106531 (or 0x106531) is unknown color: approx Crusoe. HEX triplet: 10, 65 and 31. RGB value is (16,101,49). Sum of RGB (Red+Green+Blue) = 16+101+49=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 101 (39.84% from 255 or 60.84% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 101 - color contains mainly: green. Hex color #106531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106531 is #EF9ACE. Grayscale: #454545. Windows color (decimal): -15702735 or 3237136. OLE color: 3237136.

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

Color convert

RGB1610149-
CMYK0.8400.510.60
HSL143.29º72.65%22.94%-
HSV(B)143.29º84.16%39.61%-
XYZ5.429.644.48-
YUV69.66116.3489.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 101 (39.84% from 255) = 60.84%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=9.64%
G=60.84%
B=29.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal16101490.8400.510.60143.2972.6522.94
Hex106531540333C8f4917
Octal20145611240637421711127
Binary1000011001011100011010100011001111110010001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106531; }

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

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

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

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

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

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

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

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