#274E13

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

Shades of Myrtle #274E13

Tints of Myrtle #274E13

Color information

#274E13 (or 0x274E13) is unknown color: approx Myrtle. HEX triplet: 27, 4E and 13. RGB value is (39,78,19). Sum of RGB (Red+Green+Blue) = 39+78+19=136 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.68% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #274E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274E13 is #D8B1EC. Grayscale: #3B3B3B. Windows color (decimal): -14201325 or 1265191. OLE color: 1265191.

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

Color convert

RGB397819-
CMYK0.5000.760.69
HSL99.66º60.82%19.02%-
HSV(B)99.66º75.64%30.59%-
XYZ3.685.931.57-
YUV59.61105.08113.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.68%
GREEN value IS 78 (30.86% from 255) = 57.35%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=28.68%
G=57.35%
B=13.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978190.5000.760.6999.6660.8219.02
Hex274E133204C45643d13
Octal47116236201141051447523
Binary100111100111010011110010010011001000101110010011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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