Html Css Color HEX #134019 Myrtle

📋 copy color: '#134019'

red 19 ◦ green 64 ◦ blue 25

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

Shades of Myrtle #134019

Tints of Myrtle #134019

RGB

 RED value IS 19 (7.81% from 255) = 17.59%

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

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

R = 17.59%
G = 59.26%
B = 23.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#134019 (or 0x134019) is known color: Myrtle. HEX triplet: 13, 40 and 19. RGB value is (19,64,25). Sum of RGB (Red+Green+Blue) = 19+64+25=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #134019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134019 is #ECBFE6. Grayscale: #2E2E2E. Windows color (decimal): -15515623 or 1654803. OLE color: 1654803.

HSL color Cylindrical-coordinate representation of color #134019: hue angle of 128º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134019 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 64 25 -
CMYK 0.70 0 0.61 0.75
HSL 128º 0.54% 0.16% -
HSV(B) 128º 0.7% 0.25% -
XYZ 2.28 3.88 1.55 -
YUV 46.1 116.09 108.67 -
System Red Green Blue C M Y K H S L
Decimal 19 64 25 0.70 0 0.61 0.75 128 0.54 0.16
Hex 13 40 19 46 0 3D 4B 80 36 10
Octal 23 100 31 106 0 75 113 200 66 20
Binary 10011 1000000 11001 1000110 0 111101 1001011 10000000 110110 10000

Color Harmonies of #134019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134019

Black with #134019

Text Example


Text Example

White with #134019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134019; }

 p { color: rgb(19,64,25); }

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

background-color css

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

 a { background-color: rgb(19,64,25); }

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

border-color css

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

 span { border-color: rgb(19,64,25); }

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