#275A04

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

Shades of Myrtle #275A04

Tints of Myrtle #275A04

Color information

#275A04 (or 0x275A04) is unknown color: approx Myrtle. HEX triplet: 27, 5A and 04. RGB value is (39,90,4). Sum of RGB (Red+Green+Blue) = 39+90+4=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #275A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275A04 is #D8A5FB. Grayscale: #414141. Windows color (decimal): -14198268 or 285223. OLE color: 285223.

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

Color convert

RGB39904-
CMYK0.5700.960.65
HSL95.58º91.49%18.43%-
HSV(B)95.58º95.56%35.29%-
XYZ4.517.751.37-
YUV64.9593.6109.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 90 (35.55% from 255) = 67.67%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=29.32%
G=67.67%
B=3.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal399040.5700.960.6595.5891.4918.43
Hex275A43906041605b12
Octal47132471014010114013322
Binary10011110110101001110010110000010000011100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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