Html Css Color HEX #134501 Myrtle

📋 copy color: '#134501'

red 19 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #134501

Tints of Myrtle #134501

RGB

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

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

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

R = 21.35%
G = 77.53%
B = 1.12%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#134501 (or 0x134501) is known color: Myrtle. HEX triplet: 13, 45 and 01. RGB value is (19,69,1). Sum of RGB (Red+Green+Blue) = 19+69+1=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #134501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134501 is #ECBAFE. Grayscale: #2E2E2E. Windows color (decimal): -15514367 or 83219. OLE color: 83219.

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

Color convert

RGB 19 69 1 -
CMYK 0.72 0 0.99 0.73
HSL 104.12º 0.97% 0.14% -
HSV(B) 104.12º 0.99% 0.27% -
XYZ 2.4 4.4 0.75 -
YUV 46.3 102.44 108.53 -
System Red Green Blue C M Y K H S L
Decimal 19 69 1 0.72 0 0.99 0.73 104.12 0.97 0.14
Hex 13 45 1 48 0 63 49 68 61 E
Octal 23 105 1 110 0 143 111 150 141 16
Binary 10011 1000101 1 1001000 0 1100011 1001001 1101000 1100001 1110

Color Harmonies of #134501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134501

Black with #134501

Text Example


Text Example

White with #134501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134501; }

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

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

background-color css

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

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

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

border-color css

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

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

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