Html Css Color HEX #104013 Myrtle

📋 copy color: '#104013'

red 16 ◦ green 64 ◦ blue 19

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

Shades of Myrtle #104013

Tints of Myrtle #104013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 16.16%
G = 64.65%
B = 19.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#104013 (or 0x104013) is known color: Myrtle. HEX triplet: 10, 40 and 13. RGB value is (16,64,19). Sum of RGB (Red+Green+Blue) = 16+64+19=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #104013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104013 is #EFBFEC. Grayscale: #2C2C2C. Windows color (decimal): -15712237 or 1261584. OLE color: 1261584.

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

Color convert

RGB 16 64 19 -
CMYK 0.75 0 0.70 0.75
HSL 123.75º 0.6% 0.16% -
HSV(B) 123.75º 0.75% 0.25% -
XYZ 2.16 3.82 1.24 -
YUV 44.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 16 64 19 0.75 0 0.70 0.75 123.75 0.6 0.16
Hex 10 40 13 4B 0 46 4B 7C 3C 10
Octal 20 100 23 113 0 106 113 174 74 20
Binary 10000 1000000 10011 1001011 0 1000110 1001011 1111100 111100 10000

Color Harmonies of #104013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104013

Black with #104013

Text Example


Text Example

White with #104013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104013; }

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

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

background-color css

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

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

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

border-color css

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

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

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