#274E0D

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

Shades of Myrtle #274E0D

Tints of Myrtle #274E0D

Color information

#274E0D (or 0x274E0D) is unknown color: approx Myrtle. HEX triplet: 27, 4E and 0D. RGB value is (39,78,13). Sum of RGB (Red+Green+Blue) = 39+78+13=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 78 (30.86% from 255 or 60% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 78 - color contains mainly: green. Hex color #274E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274E0D is #D8B1F2. Grayscale: #3B3B3B. Windows color (decimal): -14201331 or 871975. OLE color: 871975.

HSL color Cylindrical-coordinate representation of color #274E0D: hue angle of 96º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #274E0D is Cyan = 0.50, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB397813-
CMYK0.5000.830.69
HSL96º71.43%17.84%-
HSV(B)96º83.33%30.59%-
XYZ3.635.911.33-
YUV58.93102.08113.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 78 (30.86% from 255) = 60%
BLUE value IS 13 (5.47% from 255) = 10%
R=30%
G=60%
B=10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978130.5000.830.699671.4317.84
Hex274ED3205345604712
Octal471161562012310514010722
Binary100111100111011011100100101001110001011100000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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