#134008

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

Shades of Myrtle #134008

Tints of Myrtle #134008

Color information

#134008 (or 0x134008) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 08. RGB value is (19,64,8). Sum of RGB (Red+Green+Blue) = 19+64+8=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #134008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134008 is #ECBFF7. Grayscale: #2C2C2C. Windows color (decimal): -15515640 or 540691. OLE color: 540691.

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

Color convert

RGB19648-
CMYK0.7000.870.75
HSL108.21º77.78%14.12%-
HSV(B)108.21º87.5%25.1%-
XYZ2.153.820.85-
YUV44.16107.59110.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.88%
GREEN value IS 64 (25.39% from 255) = 70.33%
BLUE value IS 8 (3.52% from 255) = 8.79%
R=20.88%
G=70.33%
B=8.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal196480.7000.870.75108.2177.7814.12
Hex13408460574B6c4ee
Octal2310010106012711315411616
Binary10011100000010001000110010101111001011110110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134008; }

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

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

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

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

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

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

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

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