#305C57

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

Shades of Eden #305C57

Tints of Eden #305C57

Color information

#305C57 (or 0x305C57) is unknown color: approx Eden. HEX triplet: 30, 5C and 57. RGB value is (48,92,87). Sum of RGB (Red+Green+Blue) = 48+92+87=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #305C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C57 is #CFA3A8. Grayscale: #4E4E4E. Windows color (decimal): -13607849 or 5725232. OLE color: 5725232.

HSL color Cylindrical-coordinate representation of color #305C57: hue angle of 173.18º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305C57 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB489287-
CMYK0.4800.050.64
HSL173.18º31.43%27.45%-
HSV(B)173.18º47.83%36.08%-
XYZ6.778.9710.39-
YUV78.27132.92106.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=21.15%
G=40.53%
B=38.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892870.4800.050.64173.1831.4327.45
Hex305C57300540ad1f1b
Octal6013412760051002553733
Binary1100001011100101011111000001011000000101011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C57; }

 p { color: rgb(48,92,87); }

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

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

 a { background-color: rgb(48,92,87); }

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

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

 span { border-color: rgb(48,92,87); }

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