Html Css Color HEX #134F18 Myrtle

📋 copy color: '#134F18'

red 19 ◦ green 79 ◦ blue 24

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

Shades of Myrtle #134F18

Tints of Myrtle #134F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 64.75%

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 15.57%
G = 64.75%
B = 19.67%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#134F18 (or 0x134F18) is known color: Myrtle. HEX triplet: 13, 4F and 18. RGB value is (19,79,24). Sum of RGB (Red+Green+Blue) = 19+79+24=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #134F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134F18 is #ECB0E7. Grayscale: #363636. Windows color (decimal): -15511784 or 1593107. OLE color: 1593107.

HSL color Cylindrical-coordinate representation of color #134F18: hue angle of 125º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134F18 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 79 24 -
CMYK 0.76 0 0.70 0.69
HSL 125º 0.61% 0.19% -
HSV(B) 125º 0.76% 0.31% -
XYZ 3.23 5.8 1.81 -
YUV 54.79 110.62 102.47 -
System Red Green Blue C M Y K H S L
Decimal 19 79 24 0.76 0 0.70 0.69 125 0.61 0.19
Hex 13 4F 18 4C 0 46 45 7D 3D 13
Octal 23 117 30 114 0 106 105 175 75 23
Binary 10011 1001111 11000 1001100 0 1000110 1000101 1111101 111101 10011

Color Harmonies of #134F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134F18

Black with #134F18

Text Example


Text Example

White with #134F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134F18; }

 p { color: rgb(19,79,24); }

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

background-color css

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

 a { background-color: rgb(19,79,24); }

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

border-color css

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

 span { border-color: rgb(19,79,24); }

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