Html Css Color HEX #124001 Myrtle

📋 copy color: '#124001'

red 18 ◦ green 64 ◦ blue 1

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

Shades of Myrtle #124001

Tints of Myrtle #124001

RGB

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

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

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

R = 21.69%
G = 77.11%
B = 1.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#124001 (or 0x124001) is known color: Myrtle. HEX triplet: 12, 40 and 01. RGB value is (18,64,1). Sum of RGB (Red+Green+Blue) = 18+64+1=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #124001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124001 is #EDBFFE. Grayscale: #2B2B2B. Windows color (decimal): -15581183 or 81938. OLE color: 81938.

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

Color convert

RGB 18 64 1 -
CMYK 0.72 0 0.98 0.75
HSL 103.81º 0.97% 0.13% -
HSV(B) 103.81º 0.98% 0.25% -
XYZ 2.09 3.8 0.65 -
YUV 43.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 18 64 1 0.72 0 0.98 0.75 103.81 0.97 0.13
Hex 12 40 1 48 0 62 4B 68 61 D
Octal 22 100 1 110 0 142 113 150 141 15
Binary 10010 1000000 1 1001000 0 1100010 1001011 1101000 1100001 1101

Color Harmonies of #124001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124001

Black with #124001

Text Example


Text Example

White with #124001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124001; }

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

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

background-color css

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

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

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

border-color css

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

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

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