#135307

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

Shades of Myrtle #135307

Tints of Myrtle #135307

Color information

#135307 (or 0x135307) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 07. RGB value is (19,83,7). Sum of RGB (Red+Green+Blue) = 19+83+7=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #135307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135307 is #ECACF8. Grayscale: #373737. Windows color (decimal): -15510777 or 480019. OLE color: 480019.

HSL color Cylindrical-coordinate representation of color #135307: hue angle of 110.53º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135307 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB19837-
CMYK0.7700.920.67
HSL110.53º84.44%17.65%-
HSV(B)110.53º91.57%32.55%-
XYZ3.46.341.25-
YUV55.2100.8102.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 83 (32.81% from 255) = 76.15%
BLUE value IS 7 (3.12% from 255) = 6.42%
R=17.43%
G=76.15%
B=6.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal198370.7700.920.67110.5384.4417.65
Hex135374D05C436f5412
Octal231237115013410315712422
Binary10011101001111110011010101110010000111101111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135307; }

 p { color: rgb(19,83,7); }

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

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

 a { background-color: rgb(19,83,7); }

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

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

 span { border-color: rgb(19,83,7); }

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