#276053

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

Shades of Eden #276053

Tints of Eden #276053

Color information

#276053 (or 0x276053) is unknown color: approx Eden. HEX triplet: 27, 60 and 53. RGB value is (39,96,83). Sum of RGB (Red+Green+Blue) = 39+96+83=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #276053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276053 is #D89FAC. Grayscale: #4D4D4D. Windows color (decimal): -14196653 or 5464103. OLE color: 5464103.

HSL color Cylindrical-coordinate representation of color #276053: hue angle of 166.32º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #276053 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB399683-
CMYK0.5900.140.62
HSL166.32º42.22%26.47%-
HSV(B)166.32º59.38%37.65%-
XYZ6.589.429.66-
YUV77.47131.12100.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=17.89%
G=44.04%
B=38.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3996830.5900.140.62166.3242.2226.47
Hex2760533B0E3Ea62a1a
Octal4714012373016762465232
Binary10011111000001010011111011011101111101010011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276053; }

 p { color: rgb(39,96,83); }

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

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

 a { background-color: rgb(39,96,83); }

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

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

 span { border-color: rgb(39,96,83); }

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