#135A08

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

Shades of Myrtle #135A08

Tints of Myrtle #135A08

Color information

#135A08 (or 0x135A08) is unknown color: approx Myrtle. HEX triplet: 13, 5A and 08. RGB value is (19,90,8). Sum of RGB (Red+Green+Blue) = 19+90+8=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 90 (35.55% from 255 or 76.92% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 90 - color contains mainly: green. Hex color #135A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135A08 is #ECA5F7. Grayscale: #3B3B3B. Windows color (decimal): -15508984 or 547347. OLE color: 547347.

HSL color Cylindrical-coordinate representation of color #135A08: hue angle of 111.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135A08 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB19908-
CMYK0.7900.910.65
HSL111.95º83.67%19.22%-
HSV(B)111.95º91.11%35.29%-
XYZ3.977.471.46-
YUV59.4298.9899.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 90 (35.55% from 255) = 76.92%
BLUE value IS 8 (3.52% from 255) = 6.84%
R=16.24%
G=76.92%
B=6.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal199080.7900.910.65111.9583.6719.22
Hex135A84F05B41705413
Octal2313210117013310116012423
Binary100111011010100010011110101101110000011110000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135A08; }

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

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

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

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

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

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

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

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