#306460

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

Shades of Eden #306460

Tints of Eden #306460

Color information

#306460 (or 0x306460) is unknown color: approx Eden. HEX triplet: 30, 64 and 60. RGB value is (48,100,96). Sum of RGB (Red+Green+Blue) = 48+100+96=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 100 - color contains mainly: green. Hex color #306460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306460 is #CF9B9F. Grayscale: #535353. Windows color (decimal): -13605792 or 6317104. OLE color: 6317104.

HSL color Cylindrical-coordinate representation of color #306460: hue angle of 175.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306460 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB4810096-
CMYK0.5200.040.61
HSL175.38º35.14%29.02%-
HSV(B)175.38º52%39.22%-
XYZ7.8910.5912.69-
YUV84134.77102.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 100 (39.45% from 255) = 40.98%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=19.67%
G=40.98%
B=39.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100960.5200.040.61175.3835.1429.02
Hex30646034043Daf231d
Octal601441406404752574335
Binary1100001100100110000011010001001111011010111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306460; }

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

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

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

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

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

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

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

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