#274E0C

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

Shades of Myrtle #274E0C

Tints of Myrtle #274E0C

Color information

#274E0C (or 0x274E0C) is unknown color: approx Myrtle. HEX triplet: 27, 4E and 0C. RGB value is (39,78,12). Sum of RGB (Red+Green+Blue) = 39+78+12=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #274E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274E0C is #D8B1F3. Grayscale: #3B3B3B. Windows color (decimal): -14201332 or 806439. OLE color: 806439.

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

Color convert

RGB397812-
CMYK0.5000.850.69
HSL95.45º73.33%17.65%-
HSV(B)95.45º84.62%30.59%-
XYZ3.635.911.3-
YUV58.82101.58113.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 78 (30.86% from 255) = 60.47%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=30.23%
G=60.47%
B=9.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978120.5000.850.6995.4573.3317.65
Hex274EC32055455f4912
Octal471161462012510513711122
Binary100111100111011001100100101010110001011011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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