#135203

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

Shades of Myrtle #135203

Tints of Myrtle #135203

Color information

#135203 (or 0x135203) is unknown color: approx Myrtle. HEX triplet: 13, 52 and 03. RGB value is (19,82,3). Sum of RGB (Red+Green+Blue) = 19+82+3=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 3 (1.56% from 255 or 2.88% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #135203 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135203 is #ECADFC. Grayscale: #363636. Windows color (decimal): -15511037 or 217619. OLE color: 217619.

HSL color Cylindrical-coordinate representation of color #135203: hue angle of 107.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #135203 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.

Color convert

RGB19823-
CMYK0.7700.960.68
HSL107.85º92.94%16.67%-
HSV(B)107.85º96.34%32.16%-
XYZ3.36.181.1-
YUV54.1699.13102.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 82 (32.42% from 255) = 78.85%
BLUE value IS 3 (1.56% from 255) = 2.88%
R=18.27%
G=78.85%
B=2.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal198230.7700.960.68107.8592.9416.67
Hex135234D060446c5d11
Octal231223115014010415413521
Binary1001110100101110011010110000010001001101100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135203; }

 p { color: rgb(19,82,3); }

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

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

 a { background-color: rgb(19,82,3); }

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

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

 span { border-color: rgb(19,82,3); }

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