#274B11

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

Shades of Myrtle #274B11

Tints of Myrtle #274B11

Color information

#274B11 (or 0x274B11) is unknown color: approx Myrtle. HEX triplet: 27, 4B and 11. RGB value is (39,75,17). Sum of RGB (Red+Green+Blue) = 39+75+17=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #274B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274B11 is #D8B4EE. Grayscale: #393939. Windows color (decimal): -14202095 or 1133351. OLE color: 1133351.

HSL color Cylindrical-coordinate representation of color #274B11: hue angle of 97.24º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #274B11 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB397517-
CMYK0.4800.770.71
HSL97.24º63.04%18.04%-
HSV(B)97.24º77.33%29.41%-
XYZ3.455.51.41-
YUV57.62105.07114.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.77%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 17 (7.03% from 255) = 12.98%
R=29.77%
G=57.25%
B=12.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975170.4800.770.7197.2463.0418.04
Hex274B113004D47613f12
Octal47113216001151071417722
Binary100111100101110001110000010011011000111110000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,75,17); }

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

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

 a { background-color: rgb(39,75,17); }

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

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

 span { border-color: rgb(39,75,17); }

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