#134700

Color #134700 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #134700

Tints of Myrtle #134700

Color information

#134700 (or 0x134700) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 00. RGB value is (19,71,0). Sum of RGB (Red+Green+Blue) = 19+71+0=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 71 (28.12% from 255 or 78.89% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 71 - color contains mainly: green. Hex color #134700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134700 is #ECB8FF. Grayscale: #2F2F2F. Windows color (decimal): -15513856 or 18195. OLE color: 18195.

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

Color convert

RGB19710-
CMYK0.73010.72
HSL103.94º100%13.92%-
HSV(B)103.94º100%27.84%-
XYZ2.524.640.76-
YUV47.36101.27107.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 71 (28.12% from 255) = 78.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.11%
G=78.89%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal197100.73010.72103.9410013.92
Hex1347049064486864e
Octal231070111014411015014416
Binary10011100011101001001011001001001000110100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134700; }

 p { color: rgb(19,71,0); }

 H1.HeaderClassName
 {
   color: #134700;
 }
 .AnyTagClassName
 {
   color: #134700;
 }
</style>
background-color css

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

 a { background-color: rgb(19,71,0); }

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

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

 span { border-color: rgb(19,71,0); }

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