Html Css Color HEX #124419 Myrtle

📋 copy color: '#124419'

red 18 ◦ green 68 ◦ blue 25

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

Shades of Myrtle #124419

Tints of Myrtle #124419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 61.26%

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 16.22%
G = 61.26%
B = 22.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#124419 (or 0x124419) is known color: Myrtle. HEX triplet: 12, 44 and 19. RGB value is (18,68,25). Sum of RGB (Red+Green+Blue) = 18+68+25=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #124419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124419 is #EDBBE6. Grayscale: #303030. Windows color (decimal): -15580135 or 1655826. OLE color: 1655826.

HSL color Cylindrical-coordinate representation of color #124419: hue angle of 128.4º degrees, saturation: 0.58, 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 #124419 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 18 68 25 -
CMYK 0.74 0 0.63 0.73
HSL 128.4º 0.58% 0.17% -
HSV(B) 128.4º 0.74% 0.27% -
XYZ 2.49 4.33 1.62 -
YUV 48.15 114.94 106.5 -
System Red Green Blue C M Y K H S L
Decimal 18 68 25 0.74 0 0.63 0.73 128.4 0.58 0.17
Hex 12 44 19 4A 0 3F 49 80 3A 11
Octal 22 104 31 112 0 77 111 200 72 21
Binary 10010 1000100 11001 1001010 0 111111 1001001 10000000 111010 10001

Color Harmonies of #124419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124419

Black with #124419

Text Example


Text Example

White with #124419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124419; }

 p { color: rgb(18,68,25); }

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

background-color css

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

 a { background-color: rgb(18,68,25); }

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

border-color css

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

 span { border-color: rgb(18,68,25); }

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