#306055

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

Shades of Eden #306055

Tints of Eden #306055

Color information

#306055 (or 0x306055) is unknown color: approx Eden. HEX triplet: 30, 60 and 55. RGB value is (48,96,85). Sum of RGB (Red+Green+Blue) = 48+96+85=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 96 (37.89% from 255 or 41.92% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 96 - color contains mainly: green. Hex color #306055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306055 is #CF9FAA. Grayscale: #505050. Windows color (decimal): -13606827 or 5595184. OLE color: 5595184.

HSL color Cylindrical-coordinate representation of color #306055: hue angle of 166.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306055 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB489685-
CMYK0.5000.110.62
HSL166.25º33.33%28.24%-
HSV(B)166.25º50%37.65%-
XYZ7.049.6510.09-
YUV80.39130.6104.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 96 (37.89% from 255) = 41.92%
BLUE value IS 85 (33.59% from 255) = 37.12%
R=20.96%
G=41.92%
B=37.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896850.5000.110.62166.2533.3328.24
Hex306055320B3Ea6211c
Octal6014012562013762464134
Binary11000011000001010101110010010111111101010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306055; }

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

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

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

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

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

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

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

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