#274636

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

Shades of Bottle Green #274636

Tints of Bottle Green #274636

Color information

#274636 (or 0x274636) is unknown color: approx Bottle Green. HEX triplet: 27, 46 and 36. RGB value is (39,70,54). Sum of RGB (Red+Green+Blue) = 39+70+54=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #274636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274636 is #D8B9C9. Grayscale: #3A3A3A. Windows color (decimal): -14203338 or 3556903. OLE color: 3556903.

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

Color convert

RGB397054-
CMYK0.4400.230.73
HSL149.03º28.44%21.37%-
HSV(B)149.03º44.29%27.45%-
XYZ3.695.084.28-
YUV58.91125.23113.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=23.93%
G=42.94%
B=33.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970540.4400.230.73149.0328.4421.37
Hex2746362C01749951c15
Octal4710666540271112253425
Binary10011110001101101101011000101111001001100101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274636; }

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

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

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

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

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

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

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

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