#275A13

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

Shades of Myrtle #275A13

Tints of Myrtle #275A13

Color information

#275A13 (or 0x275A13) is unknown color: approx Myrtle. HEX triplet: 27, 5A and 13. RGB value is (39,90,19). Sum of RGB (Red+Green+Blue) = 39+90+19=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #275A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A13 is #D8A5EC. Grayscale: #424242. Windows color (decimal): -14198253 or 1268263. OLE color: 1268263.

HSL color Cylindrical-coordinate representation of color #275A13: hue angle of 103.1º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275A13 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB399019-
CMYK0.5700.790.65
HSL103.1º65.14%21.37%-
HSV(B)103.1º78.89%35.29%-
XYZ4.617.791.88-
YUV66.66101.1108.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=26.35%
G=60.81%
B=12.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990190.5700.790.65103.165.1421.37
Hex275A133904F41674115
Octal471322371011710114710125
Binary1001111011010100111110010100111110000011100111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A13; }

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

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

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

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

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

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

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

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