Html Css Color HEX #104001 Myrtle

📋 copy color: '#104001'

red 16 ◦ green 64 ◦ blue 1

#104001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #104001

Tints of Myrtle #104001

RGB

 RED value IS 16 (6.64% from 255) = 19.75%

 GREEN value IS 64 (25.39% from 255) = 79.01%

 BLUE value IS 1 (0.78% from 255) = 1.23%

R = 19.75%
G = 79.01%
B = 1.23%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#104001 (or 0x104001) is known color: Myrtle. HEX triplet: 10, 40 and 01. RGB value is (16,64,1). Sum of RGB (Red+Green+Blue) = 16+64+1=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 64 (25.39% from 255 or 79.01% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 64 - color contains mainly: green. Hex color #104001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104001 is #EFBFFE. Grayscale: #2A2A2A. Windows color (decimal): -15712255 or 81936. OLE color: 81936.

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

Color convert

RGB 16 64 1 -
CMYK 0.75 0 0.98 0.75
HSL 105.71º 0.97% 0.13% -
HSV(B) 105.71º 0.98% 0.25% -
XYZ 2.05 3.78 0.65 -
YUV 42.47 104.6 109.12 -
System Red Green Blue C M Y K H S L
Decimal 16 64 1 0.75 0 0.98 0.75 105.71 0.97 0.13
Hex 10 40 1 4B 0 62 4B 6A 61 D
Octal 20 100 1 113 0 142 113 152 141 15
Binary 10000 1000000 1 1001011 0 1100010 1001011 1101010 1100001 1101

Color Harmonies of #104001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104001

Black with #104001

Text Example


Text Example

White with #104001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104001; }

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

 H1.HeaderClassName
 {
   color: #104001;
 }
 .AnyTagClassName
 {
   color: #104001;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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