#306560

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

Shades of Eden #306560

Tints of Eden #306560

Color information

#306560 (or 0x306560) is unknown color: approx Eden. HEX triplet: 30, 65 and 60. RGB value is (48,101,96). Sum of RGB (Red+Green+Blue) = 48+101+96=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #306560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306560 is #CF9A9F. Grayscale: #545454. Windows color (decimal): -13605536 or 6317360. OLE color: 6317360.

HSL color Cylindrical-coordinate representation of color #306560: hue angle of 174.34º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306560 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB4810196-
CMYK0.5200.050.60
HSL174.34º35.57%29.22%-
HSV(B)174.34º52.48%39.61%-
XYZ7.9810.7812.73-
YUV84.58134.44101.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=19.59%
G=41.22%
B=39.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101960.5200.050.60174.3435.5729.22
Hex30656034053Cae241d
Octal601451406405742564435
Binary1100001100101110000011010001011111001010111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306560; }

 p { color: rgb(48,101,96); }

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

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

 a { background-color: rgb(48,101,96); }

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

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

 span { border-color: rgb(48,101,96); }

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