#275A10

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

Shades of Myrtle #275A10

Tints of Myrtle #275A10

Color information

#275A10 (or 0x275A10) is unknown color: approx Myrtle. HEX triplet: 27, 5A and 10. RGB value is (39,90,16). Sum of RGB (Red+Green+Blue) = 39+90+16=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #275A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A10 is #D8A5EF. Grayscale: #424242. Windows color (decimal): -14198256 or 1071655. OLE color: 1071655.

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

Color convert

RGB399016-
CMYK0.5700.820.65
HSL101.35º69.81%20.78%-
HSV(B)101.35º82.22%35.29%-
XYZ4.597.781.75-
YUV66.3299.6108.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 90 (35.55% from 255) = 62.07%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=26.90%
G=62.07%
B=11.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990160.5700.820.65101.3569.8120.78
Hex275A103905241654615
Octal471322071012210114510625
Binary1001111011010100001110010101001010000011100101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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