#274614

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

Shades of Myrtle #274614

Tints of Myrtle #274614

Color information

#274614 (or 0x274614) is unknown color: approx Myrtle. HEX triplet: 27, 46 and 14. RGB value is (39,70,20). Sum of RGB (Red+Green+Blue) = 39+70+20=129 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30.23% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #274614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #274614 is #D8B9EB. Grayscale: #373737. Windows color (decimal): -14203372 or 1328679. OLE color: 1328679.

HSL color Cylindrical-coordinate representation of color #274614: hue angle of 97.2º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274614 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB397020-
CMYK0.4400.710.73
HSL97.2º55.56%17.65%-
HSV(B)97.2º71.43%27.45%-
XYZ3.154.861.43-
YUV55.03108.23116.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30.23%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=30.23%
G=54.26%
B=15.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970200.4400.710.7397.255.5617.65
Hex2746142C04749613812
Octal47106245401071111417022
Binary100111100011010100101100010001111001001110000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274614; }

 p { color: rgb(39,70,20); }

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

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

 a { background-color: rgb(39,70,20); }

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

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

 span { border-color: rgb(39,70,20); }

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