Html Css Color HEX #104015 Myrtle

📋 copy color: '#104015'

red 16 ◦ green 64 ◦ blue 21

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

Shades of Myrtle #104015

Tints of Myrtle #104015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 15.84%
G = 63.37%
B = 20.79%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#104015 (or 0x104015) is known color: Myrtle. HEX triplet: 10, 40 and 15. RGB value is (16,64,21). Sum of RGB (Red+Green+Blue) = 16+64+21=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #104015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104015 is #EFBFEA. Grayscale: #2C2C2C. Windows color (decimal): -15712235 or 1392656. OLE color: 1392656.

HSL color Cylindrical-coordinate representation of color #104015: hue angle of 126.25º 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 #104015 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 64 21 -
CMYK 0.75 0 0.67 0.75
HSL 126.25º 0.6% 0.16% -
HSV(B) 126.25º 0.75% 0.25% -
XYZ 2.18 3.83 1.33 -
YUV 44.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 16 64 21 0.75 0 0.67 0.75 126.25 0.6 0.16
Hex 10 40 15 4B 0 43 4B 7E 3C 10
Octal 20 100 25 113 0 103 113 176 74 20
Binary 10000 1000000 10101 1001011 0 1000011 1001011 1111110 111100 10000

Color Harmonies of #104015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104015

Black with #104015

Text Example


Text Example

White with #104015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104015; }

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

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

background-color css

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

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

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

border-color css

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

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

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