Html Css Color HEX #124618 Myrtle

📋 copy color: '#124618'

red 18 ◦ green 70 ◦ blue 24

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

Shades of Myrtle #124618

Tints of Myrtle #124618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 62.5%

 BLUE value IS 24 (9.77% from 255) = 21.43%

R = 16.07%
G = 62.5%
B = 21.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#124618 (or 0x124618) is known color: Myrtle. HEX triplet: 12, 46 and 18. RGB value is (18,70,24). Sum of RGB (Red+Green+Blue) = 18+70+24=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #124618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124618 is #EDB9E7. Grayscale: #313131. Windows color (decimal): -15579624 or 1590802. OLE color: 1590802.

HSL color Cylindrical-coordinate representation of color #124618: hue angle of 126.92º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124618 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 70 24 -
CMYK 0.74 0 0.66 0.73
HSL 126.92º 0.59% 0.17% -
HSV(B) 126.92º 0.74% 0.27% -
XYZ 2.6 4.57 1.61 -
YUV 49.21 113.77 105.74 -
System Red Green Blue C M Y K H S L
Decimal 18 70 24 0.74 0 0.66 0.73 126.92 0.59 0.17
Hex 12 46 18 4A 0 42 49 7F 3B 11
Octal 22 106 30 112 0 102 111 177 73 21
Binary 10010 1000110 11000 1001010 0 1000010 1001001 1111111 111011 10001

Color Harmonies of #124618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124618

Black with #124618

Text Example


Text Example

White with #124618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124618; }

 p { color: rgb(18,70,24); }

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

background-color css

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

 a { background-color: rgb(18,70,24); }

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

border-color css

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

 span { border-color: rgb(18,70,24); }

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