#276955

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

Shades of Eden #276955

Tints of Eden #276955

Color information

#276955 (or 0x276955) is unknown color: approx Eden. HEX triplet: 27, 69 and 55. RGB value is (39,105,85). Sum of RGB (Red+Green+Blue) = 39+105+85=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #276955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276955 is #D896AA. Grayscale: #525252. Windows color (decimal): -14194347 or 5597479. OLE color: 5597479.

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

Color convert

RGB3910585-
CMYK0.6300.190.59
HSL161.82º45.83%28.24%-
HSV(B)161.82º62.86%41.18%-
XYZ7.5311.1910.36-
YUV82.99129.1396.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=17.03%
G=45.85%
B=37.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39105850.6300.190.59161.8245.8328.24
Hex2769553F0133Ba22e1c
Octal4715112577023732425634
Binary100111110100110101011111110100111110111010001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276955; }

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

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

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

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

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

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

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

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