Html Css Color HEX #124015 Myrtle

📋 copy color: '#124015'

red 18 ◦ green 64 ◦ blue 21

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

Shades of Myrtle #124015

Tints of Myrtle #124015

RGB

 RED value IS 18 (7.42% from 255) = 17.48%

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

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

R = 17.48%
G = 62.14%
B = 20.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#124015 (or 0x124015) is known color: Myrtle. HEX triplet: 12, 40 and 15. RGB value is (18,64,21). Sum of RGB (Red+Green+Blue) = 18+64+21=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #124015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124015 is #EDBFEA. Grayscale: #2D2D2D. Windows color (decimal): -15581163 or 1392658. OLE color: 1392658.

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

Color convert

RGB 18 64 21 -
CMYK 0.72 0 0.67 0.75
HSL 123.91º 0.56% 0.16% -
HSV(B) 123.91º 0.72% 0.25% -
XYZ 2.22 3.85 1.34 -
YUV 45.34 114.26 108.5 -
System Red Green Blue C M Y K H S L
Decimal 18 64 21 0.72 0 0.67 0.75 123.91 0.56 0.16
Hex 12 40 15 48 0 43 4B 7C 38 10
Octal 22 100 25 110 0 103 113 174 70 20
Binary 10010 1000000 10101 1001000 0 1000011 1001011 1111100 111000 10000

Color Harmonies of #124015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124015

Black with #124015

Text Example


Text Example

White with #124015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124015; }

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

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

background-color css

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

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

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

border-color css

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

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

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