#306458

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

Shades of Eden #306458

Tints of Eden #306458

Color information

#306458 (or 0x306458) is unknown color: approx Eden. HEX triplet: 30, 64 and 58. RGB value is (48,100,88). Sum of RGB (Red+Green+Blue) = 48+100+88=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #306458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306458 is #CF9BA7. Grayscale: #535353. Windows color (decimal): -13605800 or 5792816. OLE color: 5792816.

HSL color Cylindrical-coordinate representation of color #306458: hue angle of 166.15º 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 #306458 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB4810088-
CMYK0.5200.120.61
HSL166.15º35.14%29.02%-
HSV(B)166.15º52%39.22%-
XYZ7.5410.4510.85-
YUV83.08130.77102.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 88 (34.77% from 255) = 37.29%
R=20.34%
G=42.37%
B=37.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100880.5200.120.61166.1535.1429.02
Hex306458340C3Da6231d
Octal6014413064014752464335
Binary11000011001001011000110100011001111011010011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306458; }

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

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

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

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

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

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

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

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