#274336

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

Shades of Bottle Green #274336

Tints of Bottle Green #274336

Color information

#274336 (or 0x274336) is unknown color: approx Bottle Green. HEX triplet: 27, 43 and 36. RGB value is (39,67,54). Sum of RGB (Red+Green+Blue) = 39+67+54=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #274336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274336 is #D8BCC9. Grayscale: #393939. Windows color (decimal): -14204106 or 3556135. OLE color: 3556135.

HSL color Cylindrical-coordinate representation of color #274336: hue angle of 152.14º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #274336 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.

Color convert

RGB396754-
CMYK0.4200.190.74
HSL152.14º26.42%20.78%-
HSV(B)152.14º41.79%26.27%-
XYZ3.514.714.21-
YUV57.15126.22115.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 67 (26.56% from 255) = 41.88%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=24.38%
G=41.88%
B=33.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3967540.4200.190.74152.1426.4220.78
Hex2743362A0134A981a15
Octal4710366520231122303225
Binary10011110000111101101010100100111001010100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274336; }

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

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

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

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

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

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

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

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