#106325

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

Shades of Crusoe #106325

Tints of Crusoe #106325

Color information

#106325 (or 0x106325) is unknown color: approx Crusoe. HEX triplet: 10, 63 and 25. RGB value is (16,99,37). Sum of RGB (Red+Green+Blue) = 16+99+37=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #106325 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106325 is #EF9CDA. Grayscale: #434343. Windows color (decimal): -15703259 or 2450192. OLE color: 2450192.

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

Color convert

RGB169937-
CMYK0.8400.630.61
HSL135.18º72.17%22.55%-
HSV(B)135.18º83.84%38.82%-
XYZ5.019.173.26-
YUV67.1111191.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=10.53%
G=65.13%
B=24.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699370.8400.630.61135.1872.1722.55
Hex1063255403F3D874817
Octal20143451240777520711027
Binary1000011000111001011010100011111111110110000111100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106325; }

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

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

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

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

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

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

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

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