#104000

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

Shades of Myrtle #104000

Tints of Myrtle #104000

Color information

#104000 (or 0x104000) is unknown color: approx Myrtle. HEX triplet: 10, 40 and 00. RGB value is (16,64,0). Sum of RGB (Red+Green+Blue) = 16+64+0=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 64 (25.39% from 255 or 80% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 64 - color contains mainly: green. Hex color #104000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104000 is #EFBFFF. Grayscale: #2A2A2A. Windows color (decimal): -15712256 or 16400. OLE color: 16400.

HSL color Cylindrical-coordinate representation of color #104000: hue angle of 105º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #104000 is Cyan = 0.75, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB16640-
CMYK0.75010.75
HSL105º100%12.55%-
HSV(B)105º100%25.1%-
XYZ2.053.780.62-
YUV42.35104.1109.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 80%
BLUE value IS 0 (0.39% from 255) = 0%
R=20%
G=80%
B=0%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal166400.75010.7510510012.55
Hex104004B0644B6964d
Octal201000113014411315114415
Binary10000100000001001011011001001001011110100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104000; }

 p { color: rgb(16,64,0); }

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

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

 a { background-color: rgb(16,64,0); }

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

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

 span { border-color: rgb(16,64,0); }

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