#134100

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

Shades of Myrtle #134100

Tints of Myrtle #134100

Color information

#134100 (or 0x134100) is unknown color: approx Myrtle. HEX triplet: 13, 41 and 00. RGB value is (19,65,0). Sum of RGB (Red+Green+Blue) = 19+65+0=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #134100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134100 is #ECBEFF. Grayscale: #2C2C2C. Windows color (decimal): -15515392 or 16659. OLE color: 16659.

HSL color Cylindrical-coordinate representation of color #134100: hue angle of 102.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #134100 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB19650-
CMYK0.71010.75
HSL102.46º100%12.75%-
HSV(B)102.46º100%25.49%-
XYZ2.163.920.64-
YUV43.84103.26110.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 22.62%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=22.62%
G=77.38%
B=0%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal196500.71010.75102.4610012.75
Hex13410470644B6664d
Octal231010107014411314614415
Binary10011100000101000111011001001001011110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134100; }

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

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

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

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

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

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

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

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