#275A05

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

Shades of Myrtle #275A05

Tints of Myrtle #275A05

Color information

#275A05 (or 0x275A05) is unknown color: approx Myrtle. HEX triplet: 27, 5A and 05. RGB value is (39,90,5). Sum of RGB (Red+Green+Blue) = 39+90+5=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 90 (35.55% from 255 or 67.16% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 90 - color contains mainly: green. Hex color #275A05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A05 is #D8A5FA. Grayscale: #414141. Windows color (decimal): -14198267 or 350759. OLE color: 350759.

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

Color convert

RGB39905-
CMYK0.5700.940.65
HSL96º89.47%18.63%-
HSV(B)96º94.44%35.29%-
XYZ4.527.751.4-
YUV65.0694.1109.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 90 (35.55% from 255) = 67.16%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=29.10%
G=67.16%
B=3.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal399050.5700.940.659689.4718.63
Hex275A53905E41605913
Octal47132571013610114013123
Binary10011110110101011110010101111010000011100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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