#274B18

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

Shades of Myrtle #274B18

Tints of Myrtle #274B18

Color information

#274B18 (or 0x274B18) is unknown color: approx Myrtle. HEX triplet: 27, 4B and 18. RGB value is (39,75,24). Sum of RGB (Red+Green+Blue) = 39+75+24=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 75 (29.69% from 255 or 54.35% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 75 - color contains mainly: green. Hex color #274B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274B18 is #D8B4E7. Grayscale: #3A3A3A. Windows color (decimal): -14202088 or 1592103. OLE color: 1592103.

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

Color convert

RGB397524-
CMYK0.4800.680.71
HSL102.35º51.52%19.41%-
HSV(B)102.35º68%29.41%-
XYZ3.525.531.75-
YUV58.42108.57114.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 75 (29.69% from 255) = 54.35%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=28.26%
G=54.35%
B=17.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975240.4800.680.71102.3551.5219.41
Hex274B183004447663413
Octal47113306001041071466423
Binary100111100101111000110000010001001000111110011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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