#134602

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

Shades of Myrtle #134602

Tints of Myrtle #134602

Color information

#134602 (or 0x134602) is unknown color: approx Myrtle. HEX triplet: 13, 46 and 02. RGB value is (19,70,2). Sum of RGB (Red+Green+Blue) = 19+70+2=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #134602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134602 is #ECB9FD. Grayscale: #2F2F2F. Windows color (decimal): -15514110 or 149011. OLE color: 149011.

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

Color convert

RGB19702-
CMYK0.7300.970.73
HSL105º94.44%14.12%-
HSV(B)105º97.14%27.45%-
XYZ2.474.520.8-
YUV47102.6108.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 70 (27.73% from 255) = 76.92%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=20.88%
G=76.92%
B=2.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal197020.7300.970.7310594.4414.12
Hex134624906149695ee
Octal231062111014111115113616
Binary100111000110101001001011000011001001110100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134602; }

 p { color: rgb(19,70,2); }

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

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

 a { background-color: rgb(19,70,2); }

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

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

 span { border-color: rgb(19,70,2); }

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