#274D27

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

Shades of Myrtle #274D27

Tints of Myrtle #274D27

Color information

#274D27 (or 0x274D27) is unknown color: approx Myrtle. HEX triplet: 27, 4D and 27. RGB value is (39,77,39). Sum of RGB (Red+Green+Blue) = 39+77+39=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #274D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D27 is #D8B2D8. Grayscale: #3D3D3D. Windows color (decimal): -14201561 or 2575655. OLE color: 2575655.

HSL color Cylindrical-coordinate representation of color #274D27: hue angle of 120º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D27 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB397739-
CMYK0.4900.490.70
HSL120º32.76%22.75%-
HSV(B)120º49.35%30.2%-
XYZ3.865.892.85-
YUV61.31115.41112.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 77 (30.47% from 255) = 49.68%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=25.16%
G=49.68%
B=25.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3977390.4900.490.7012032.7622.75
Hex274D273103146782117
Octal4711547610611061704127
Binary100111100110110011111000101100011000110111100010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274D27; }

 p { color: rgb(39,77,39); }

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

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

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

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

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

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

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