Html Css Color HEX #134E06 Myrtle

📋 copy color: '#134E06'

red 19 ◦ green 78 ◦ blue 6

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

Shades of Myrtle #134E06

Tints of Myrtle #134E06

RGB

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

 GREEN value IS 78 (30.86% from 255) = 75.73%

 BLUE value IS 6 (2.73% from 255) = 5.83%

R = 18.45%
G = 75.73%
B = 5.83%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#134E06 (or 0x134E06) is known color: Myrtle. HEX triplet: 13, 4E and 06. RGB value is (19,78,6). Sum of RGB (Red+Green+Blue) = 19+78+6=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 78 (30.86% from 255 or 75.73% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 78 - color contains mainly: green. Hex color #134E06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #134E06 is #ECB1F9. Grayscale: #343434. Windows color (decimal): -15512058 or 413203. OLE color: 413203.

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

Color convert

RGB 19 78 6 -
CMYK 0.76 0 0.92 0.69
HSL 109.17º 0.86% 0.16% -
HSV(B) 109.17º 0.92% 0.31% -
XYZ 3.03 5.6 1.09 -
YUV 52.15 101.95 104.35 -
System Red Green Blue C M Y K H S L
Decimal 19 78 6 0.76 0 0.92 0.69 109.17 0.86 0.16
Hex 13 4E 6 4C 0 5C 45 6D 56 10
Octal 23 116 6 114 0 134 105 155 126 20
Binary 10011 1001110 110 1001100 0 1011100 1000101 1101101 1010110 10000

Color Harmonies of #134E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134E06

Black with #134E06

Text Example


Text Example

White with #134E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,6); }

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

background-color css

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

 a { background-color: rgb(19,78,6); }

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

border-color css

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

 span { border-color: rgb(19,78,6); }

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