#274536

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

Shades of Bottle Green #274536

Tints of Bottle Green #274536

Color information

#274536 (or 0x274536) is unknown color: approx Bottle Green. HEX triplet: 27, 45 and 36. RGB value is (39,69,54). Sum of RGB (Red+Green+Blue) = 39+69+54=162 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.07% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #274536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274536 is #D8BAC9. Grayscale: #3A3A3A. Windows color (decimal): -14203594 or 3556647. OLE color: 3556647.

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

Color convert

RGB396954-
CMYK0.4300.220.73
HSL150º27.78%21.18%-
HSV(B)150º43.48%27.06%-
XYZ3.634.954.25-
YUV58.32125.56114.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.07%
GREEN value IS 69 (27.34% from 255) = 42.59%
BLUE value IS 54 (21.48% from 255) = 33.33%
R=24.07%
G=42.59%
B=33.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3969540.4300.220.7315027.7821.18
Hex2745362B01649961c15
Octal4710566530261112263425
Binary10011110001011101101010110101101001001100101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274536; }

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

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

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

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

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

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

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

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