#104601

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

Shades of Myrtle #104601

Tints of Myrtle #104601

Color information

#104601 (or 0x104601) is unknown color: approx Myrtle. HEX triplet: 10, 46 and 01. RGB value is (16,70,1). Sum of RGB (Red+Green+Blue) = 16+70+1=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #104601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104601 is #EFB9FE. Grayscale: #2E2E2E. Windows color (decimal): -15710719 or 83472. OLE color: 83472.

HSL color Cylindrical-coordinate representation of color #104601: hue angle of 106.96º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #104601 is Cyan = 0.77, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB16701-
CMYK0.7700.990.73
HSL106.96º97.18%13.92%-
HSV(B)106.96º98.57%27.45%-
XYZ2.414.490.77-
YUV45.99102.61106.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 70 (27.73% from 255) = 80.46%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=18.39%
G=80.46%
B=1.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal167010.7700.990.73106.9697.1813.92
Hex104614D063496b61e
Octal201061115014311115314116
Binary10000100011011001101011000111001001110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104601; }

 p { color: rgb(16,70,1); }

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

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

 a { background-color: rgb(16,70,1); }

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

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

 span { border-color: rgb(16,70,1); }

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