#134007

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

Shades of Myrtle #134007

Tints of Myrtle #134007

Color information

#134007 (or 0x134007) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 07. RGB value is (19,64,7). Sum of RGB (Red+Green+Blue) = 19+64+7=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 7 (3.12% from 255 or 7.78% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #134007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134007 is #ECBFF8. Grayscale: #2C2C2C. Windows color (decimal): -15515641 or 475155. OLE color: 475155.

HSL color Cylindrical-coordinate representation of color #134007: hue angle of 107.37º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134007 is Cyan = 0.70, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB19647-
CMYK0.7000.890.75
HSL107.37º80.28%13.92%-
HSV(B)107.37º89.06%25.1%-
XYZ2.143.820.83-
YUV44.05107.09110.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.11%
GREEN value IS 64 (25.39% from 255) = 71.11%
BLUE value IS 7 (3.12% from 255) = 7.78%
R=21.11%
G=71.11%
B=7.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal196470.7000.890.75107.3780.2813.92
Hex13407460594B6b50e
Octal231007106013111315312016
Binary1001110000001111000110010110011001011110101110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134007; }

 p { color: rgb(19,64,7); }

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

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

 a { background-color: rgb(19,64,7); }

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

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

 span { border-color: rgb(19,64,7); }

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