#135D02

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

Shades of Myrtle #135D02

Tints of Myrtle #135D02

Color information

#135D02 (or 0x135D02) is unknown color: approx Myrtle. HEX triplet: 13, 5D and 02. RGB value is (19,93,2). Sum of RGB (Red+Green+Blue) = 19+93+2=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 93 (36.72% from 255 or 81.58% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 93 - color contains mainly: green. Hex color #135D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135D02 is #ECA2FD. Grayscale: #3C3C3C. Windows color (decimal): -15508222 or 154899. OLE color: 154899.

HSL color Cylindrical-coordinate representation of color #135D02: hue angle of 108.79º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #135D02 is Cyan = 0.80, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB19932-
CMYK0.8000.980.64
HSL108.79º95.79%18.63%-
HSV(B)108.79º97.85%36.47%-
XYZ4.197.971.38-
YUV60.594.9898.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 93 (36.72% from 255) = 81.58%
BLUE value IS 2 (1.17% from 255) = 1.75%
R=16.67%
G=81.58%
B=1.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal199320.8000.980.64108.7995.7918.63
Hex135D250062406d6013
Octal231352120014210015514023
Binary1001110111011010100000110001010000001101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,93,2); }

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

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

 a { background-color: rgb(19,93,2); }

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

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

 span { border-color: rgb(19,93,2); }

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