#274534

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

Shades of Everglade #274534

Tints of Everglade #274534

Color information

#274534 (or 0x274534) is unknown color: approx Everglade. HEX triplet: 27, 45 and 34. RGB value is (39,69,52). Sum of RGB (Red+Green+Blue) = 39+69+52=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 69 (27.34% from 255 or 43.12% from 160); Blue value is 52 (20.70% from 255 or 32.5% from 160); Max value from RGB is 69 - color contains mainly: green. Hex color #274534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274534 is #D8BACB. Grayscale: #3A3A3A. Windows color (decimal): -14203596 or 3425575. OLE color: 3425575.

HSL color Cylindrical-coordinate representation of color #274534: hue angle of 146º 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 #274534 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB396952-
CMYK0.4300.250.73
HSL146º27.78%21.18%-
HSV(B)146º43.48%27.06%-
XYZ3.584.944.01-
YUV58.09124.56114.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 69 (27.34% from 255) = 43.12%
BLUE value IS 52 (20.70% from 255) = 32.5%
R=24.38%
G=43.12%
B=32.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3969520.4300.250.7314627.7821.18
Hex2745342B01949921c15
Octal4710564530311112223425
Binary10011110001011101001010110110011001001100100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274534; }

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

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

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

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

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

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

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

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