#106431

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

Shades of Crusoe #106431

Tints of Crusoe #106431

Color information

#106431 (or 0x106431) is unknown color: approx Crusoe. HEX triplet: 10, 64 and 31. RGB value is (16,100,49). Sum of RGB (Red+Green+Blue) = 16+100+49=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #106431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106431 is #EF9BCE. Grayscale: #454545. Windows color (decimal): -15702991 or 3236880. OLE color: 3236880.

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

Color convert

RGB1610049-
CMYK0.8400.510.61
HSL143.57º72.41%22.75%-
HSV(B)143.57º84%39.22%-
XYZ5.339.454.45-
YUV69.07116.6790.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 100 (39.45% from 255) = 60.61%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=9.70%
G=60.61%
B=29.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100490.8400.510.61143.5772.4122.75
Hex106431540333D904817
Octal20144611240637522011027
Binary1000011001001100011010100011001111110110010000100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106431; }

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

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

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

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

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

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

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

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