#305C53

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

Shades of Eden #305C53

Tints of Eden #305C53

Color information

#305C53 (or 0x305C53) is unknown color: approx Eden. HEX triplet: 30, 5C and 53. RGB value is (48,92,83). Sum of RGB (Red+Green+Blue) = 48+92+83=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 92 - color contains mainly: green. Hex color #305C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305C53 is #CFA3AC. Grayscale: #4D4D4D. Windows color (decimal): -13607853 or 5463088. OLE color: 5463088.

HSL color Cylindrical-coordinate representation of color #305C53: hue angle of 167.73º 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 #305C53 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB489283-
CMYK0.4800.100.64
HSL167.73º31.43%27.45%-
HSV(B)167.73º47.83%36.08%-
XYZ6.618.919.55-
YUV77.82130.92106.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.52%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=21.52%
G=41.26%
B=37.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892830.4800.100.64167.7331.4327.45
Hex305C53300A40a81f1b
Octal60134123600121002503733
Binary11000010111001010011110000010101000000101010001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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