Html Css Color HEX #124801 Myrtle

📋 copy color: '#124801'

red 18 ◦ green 72 ◦ blue 1

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

Shades of Myrtle #124801

Tints of Myrtle #124801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.1%

R = 19.78%
G = 79.12%
B = 1.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#124801 (or 0x124801) is known color: Myrtle. HEX triplet: 12, 48 and 01. RGB value is (18,72,1). Sum of RGB (Red+Green+Blue) = 18+72+1=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 72 (28.52% from 255 or 79.12% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 72 - color contains mainly: green. Hex color #124801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124801 is #EDB7FE. Grayscale: #2F2F2F. Windows color (decimal): -15579135 or 83986. OLE color: 83986.

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

Color convert

RGB 18 72 1 -
CMYK 0.75 0 0.99 0.72
HSL 105.63º 0.97% 0.14% -
HSV(B) 105.63º 0.99% 0.28% -
XYZ 2.57 4.77 0.81 -
YUV 47.76 101.61 106.77 -
System Red Green Blue C M Y K H S L
Decimal 18 72 1 0.75 0 0.99 0.72 105.63 0.97 0.14
Hex 12 48 1 4B 0 63 48 6A 61 E
Octal 22 110 1 113 0 143 110 152 141 16
Binary 10010 1001000 1 1001011 0 1100011 1001000 1101010 1100001 1110

Color Harmonies of #124801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124801

Black with #124801

Text Example


Text Example

White with #124801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124801; }

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

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

background-color css

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

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

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

border-color css

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

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

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