#274C0D

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

Shades of Myrtle #274C0D

Tints of Myrtle #274C0D

Color information

#274C0D (or 0x274C0D) is unknown color: approx Myrtle. HEX triplet: 27, 4C and 0D. RGB value is (39,76,13). Sum of RGB (Red+Green+Blue) = 39+76+13=128 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.47% from 128); Green value is 76 (30.08% from 255 or 59.38% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 76 - color contains mainly: green. Hex color #274C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274C0D is #D8B3F2. Grayscale: #393939. Windows color (decimal): -14201843 or 871463. OLE color: 871463.

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

Color convert

RGB397613-
CMYK0.4900.830.70
HSL95.24º70.79%17.45%-
HSV(B)95.24º82.89%29.8%-
XYZ3.495.631.28-
YUV57.76102.74114.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.47%
GREEN value IS 76 (30.08% from 255) = 59.38%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=30.47%
G=59.38%
B=10.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3976130.4900.830.7095.2470.7917.45
Hex274CD31053465f4711
Octal471141561012310613710721
Binary100111100110011011100010101001110001101011111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,76,13); }

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

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

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

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

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

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

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