Html Css Color HEX #134519 Myrtle

📋 copy color: '#134519'

red 19 ◦ green 69 ◦ blue 25

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

Shades of Myrtle #134519

Tints of Myrtle #134519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 61.06%

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

R = 16.81%
G = 61.06%
B = 22.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#134519 (or 0x134519) is known color: Myrtle. HEX triplet: 13, 45 and 19. RGB value is (19,69,25). Sum of RGB (Red+Green+Blue) = 19+69+25=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #134519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134519 is #ECBAE6. Grayscale: #313131. Windows color (decimal): -15514343 or 1656083. OLE color: 1656083.

HSL color Cylindrical-coordinate representation of color #134519: hue angle of 127.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #134519 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 69 25 -
CMYK 0.72 0 0.64 0.73
HSL 127.2º 0.57% 0.17% -
HSV(B) 127.2º 0.72% 0.27% -
XYZ 2.57 4.46 1.65 -
YUV 49.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 19 69 25 0.72 0 0.64 0.73 127.2 0.57 0.17
Hex 13 45 19 48 0 40 49 7F 39 11
Octal 23 105 31 110 0 100 111 177 71 21
Binary 10011 1000101 11001 1001000 0 1000000 1001001 1111111 111001 10001

Color Harmonies of #134519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134519

Black with #134519

Text Example


Text Example

White with #134519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134519; }

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

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

background-color css

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

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

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

border-color css

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

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

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