#274D12

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

Shades of Myrtle #274D12

Tints of Myrtle #274D12

Color information

#274D12 (or 0x274D12) is unknown color: approx Myrtle. HEX triplet: 27, 4D and 12. RGB value is (39,77,18). Sum of RGB (Red+Green+Blue) = 39+77+18=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 77 (30.47% from 255 or 57.46% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 77 - color contains mainly: green. Hex color #274D12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #274D12 is #D8B2ED. Grayscale: #3B3B3B. Windows color (decimal): -14201582 or 1199399. OLE color: 1199399.

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

Color convert

RGB397718-
CMYK0.4900.770.70
HSL98.64º62.11%18.63%-
HSV(B)98.64º76.62%30.2%-
XYZ3.65.781.5-
YUV58.91104.91113.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 77 (30.47% from 255) = 57.46%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=29.10%
G=57.46%
B=13.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3977180.4900.770.7098.6462.1118.63
Hex274D123104D46633e13
Octal47115226101151061437623
Binary100111100110110010110001010011011000110110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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