#134B08

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

Shades of Myrtle #134B08

Tints of Myrtle #134B08

Color information

#134B08 (or 0x134B08) is unknown color: approx Myrtle. HEX triplet: 13, 4B and 08. RGB value is (19,75,8). Sum of RGB (Red+Green+Blue) = 19+75+8=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 75 (29.69% from 255 or 73.53% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 75 - color contains mainly: green. Hex color #134B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134B08 is #ECB4F7. Grayscale: #323232. Windows color (decimal): -15512824 or 543507. OLE color: 543507.

HSL color Cylindrical-coordinate representation of color #134B08: hue angle of 110.15º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134B08 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.

Color convert

RGB19758-
CMYK0.7500.890.71
HSL110.15º80.72%16.27%-
HSV(B)110.15º89.33%29.41%-
XYZ2.835.191.08-
YUV50.62103.95105.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 75 (29.69% from 255) = 73.53%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=18.63%
G=73.53%
B=7.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal197580.7500.890.71110.1580.7216.27
Hex134B84B059476e5110
Octal2311310113013110715612120
Binary100111001011100010010110101100110001111101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134B08; }

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

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

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

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

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

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

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

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