#306562

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

Shades of Eden #306562

Tints of Eden #306562

Color information

#306562 (or 0x306562) is unknown color: approx Eden. HEX triplet: 30, 65 and 62. RGB value is (48,101,98). Sum of RGB (Red+Green+Blue) = 48+101+98=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #306562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306562 is #CF9A9D. Grayscale: #545454. Windows color (decimal): -13605534 or 6448432. OLE color: 6448432.

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

Color convert

RGB4810198-
CMYK0.5200.030.60
HSL176.6º35.57%29.22%-
HSV(B)176.6º52.48%39.61%-
XYZ8.0810.8213.22-
YUV84.81135.44101.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=19.43%
G=40.89%
B=39.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48101980.5200.030.60176.635.5729.22
Hex30656234033Cb1241d
Octal601451426403742614435
Binary110000110010111000101101000111111001011000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306562; }

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

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

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

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

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

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

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

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