Html Css Color HEX #124804 Myrtle

📋 copy color: '#124804'

red 18 ◦ green 72 ◦ blue 4

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

Shades of Myrtle #124804

Tints of Myrtle #124804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 76.6%

 BLUE value IS 4 (1.95% from 255) = 4.26%

R = 19.15%
G = 76.6%
B = 4.26%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#124804 (or 0x124804) is known color: Myrtle. HEX triplet: 12, 48 and 04. RGB value is (18,72,4). Sum of RGB (Red+Green+Blue) = 18+72+4=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 72 (28.52% from 255 or 76.60% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 72 - color contains mainly: green. Hex color #124804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124804 is #EDB7FB. Grayscale: #303030. Windows color (decimal): -15579132 or 280594. OLE color: 280594.

HSL color Cylindrical-coordinate representation of color #124804: hue angle of 107.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #124804 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 18 72 4 -
CMYK 0.75 0 0.94 0.72
HSL 107.65º 0.89% 0.15% -
HSV(B) 107.65º 0.94% 0.28% -
XYZ 2.59 4.77 0.9 -
YUV 48.1 103.11 106.53 -
System Red Green Blue C M Y K H S L
Decimal 18 72 4 0.75 0 0.94 0.72 107.65 0.89 0.15
Hex 12 48 4 4B 0 5E 48 6C 59 F
Octal 22 110 4 113 0 136 110 154 131 17
Binary 10010 1001000 100 1001011 0 1011110 1001000 1101100 1011001 1111

Color Harmonies of #124804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124804

Black with #124804

Text Example


Text Example

White with #124804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124804; }

 p { color: rgb(18,72,4); }

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

background-color css

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

 a { background-color: rgb(18,72,4); }

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

border-color css

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

 span { border-color: rgb(18,72,4); }

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