Html Css Color HEX #134801 Myrtle

📋 copy color: '#134801'

red 19 ◦ green 72 ◦ blue 1

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

Shades of Myrtle #134801

Tints of Myrtle #134801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 78.26%

 BLUE value IS 1 (0.78% from 255) = 1.09%

R = 20.65%
G = 78.26%
B = 1.09%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#134801 (or 0x134801) is known color: Myrtle. HEX triplet: 13, 48 and 01. RGB value is (19,72,1). Sum of RGB (Red+Green+Blue) = 19+72+1=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #134801 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134801 is #ECB7FE. Grayscale: #303030. Windows color (decimal): -15513599 or 83987. OLE color: 83987.

HSL color Cylindrical-coordinate representation of color #134801: hue angle of 104.79º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #134801 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 1 -
CMYK 0.74 0 0.99 0.72
HSL 104.79º 0.97% 0.14% -
HSV(B) 104.79º 0.99% 0.28% -
XYZ 2.59 4.78 0.81 -
YUV 48.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 19 72 1 0.74 0 0.99 0.72 104.79 0.97 0.14
Hex 13 48 1 4A 0 63 48 69 61 E
Octal 23 110 1 112 0 143 110 151 141 16
Binary 10011 1001000 1 1001010 0 1100011 1001000 1101001 1100001 1110

Color Harmonies of #134801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134801

Black with #134801

Text Example


Text Example

White with #134801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134801; }

 p { color: rgb(19,72,1); }

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

background-color css

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

 a { background-color: rgb(19,72,1); }

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

border-color css

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

 span { border-color: rgb(19,72,1); }

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