#276855

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

Shades of Eden #276855

Tints of Eden #276855

Color information

#276855 (or 0x276855) is unknown color: approx Eden. HEX triplet: 27, 68 and 55. RGB value is (39,104,85). Sum of RGB (Red+Green+Blue) = 39+104+85=228 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.11% from 228); Green value is 104 (41.02% from 255 or 45.61% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 104 - color contains mainly: green. Hex color #276855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276855 is #D897AA. Grayscale: #525252. Windows color (decimal): -14194603 or 5597223. OLE color: 5597223.

HSL color Cylindrical-coordinate representation of color #276855: hue angle of 162.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #276855 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB3910485-
CMYK0.6200.180.59
HSL162.46º45.45%28.04%-
HSV(B)162.46º62.5%40.78%-
XYZ7.4310.9910.32-
YUV82.4129.4797.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.11%
GREEN value IS 104 (41.02% from 255) = 45.61%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=17.11%
G=45.61%
B=37.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39104850.6200.180.59162.4645.4528.04
Hex2768553E0123Ba22d1c
Octal4715012576022732425534
Binary100111110100010101011111100100101110111010001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276855; }

 p { color: rgb(39,104,85); }

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

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

 a { background-color: rgb(39,104,85); }

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

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

 span { border-color: rgb(39,104,85); }

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