#276255

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

Shades of Eden #276255

Tints of Eden #276255

Color information

#276255 (or 0x276255) is unknown color: approx Eden. HEX triplet: 27, 62 and 55. RGB value is (39,98,85). Sum of RGB (Red+Green+Blue) = 39+98+85=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #276255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276255 is #D89DAA. Grayscale: #4E4E4E. Windows color (decimal): -14196139 or 5595687. OLE color: 5595687.

HSL color Cylindrical-coordinate representation of color #276255: hue angle of 166.78º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276255 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB399885-
CMYK0.6000.130.62
HSL166.78º43.07%26.86%-
HSV(B)166.78º60.2%38.43%-
XYZ6.849.8210.13-
YUV78.88131.4599.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=17.57%
G=44.14%
B=38.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3998850.6000.130.62166.7843.0726.86
Hex2762553C0D3Ea72b1b
Octal4714212574015762475333
Binary10011111000101010101111100011011111101010011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276255; }

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

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

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

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

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

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

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

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