#274d28

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

Shades of Myrtle #274D28

Tints of Myrtle #274D28

Color information

#274D28 (or 0x274D28) is unknown color: approx Myrtle. HEX triplet: 27, 4D and 28. RGB value is (39,77,40). Sum of RGB (Red+Green+Blue) = 39+77+40=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #274D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D28 is #D8B2D7. Grayscale: #3D3D3D. Windows color (decimal): -14201560 or 2641191. OLE color: 2641191.

HSL color Cylindrical-coordinate representation of color #274D28: hue angle of 121.58º 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 #274D28 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.70.

Color convert

RGB397740-
CMYK0.4900.480.70
HSL121.58º32.76%22.75%-
HSV(B)121.58º49.35%30.2%-
XYZ3.875.892.94-
YUV61.42115.91112.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=25%
G=49.36%
B=25.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3977400.4900.480.70121.5832.7622.75
Hex274D2831030467a2117
Octal4711550610601061724127
Binary100111100110110100011000101100001000110111101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274d28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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