#306762

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

Shades of Eden #306762

Tints of Eden #306762

Color information

#306762 (or 0x306762) is unknown color: approx Eden. HEX triplet: 30, 67 and 62. RGB value is (48,103,98). Sum of RGB (Red+Green+Blue) = 48+103+98=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #306762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306762 is #CF989D. Grayscale: #555555. Windows color (decimal): -13605022 or 6448944. OLE color: 6448944.

HSL color Cylindrical-coordinate representation of color #306762: hue angle of 174.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306762 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB4810398-
CMYK0.5300.050.60
HSL174.55º36.42%29.61%-
HSV(B)174.55º53.4%40.39%-
XYZ8.2711.2113.28-
YUV85.98134.78100.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=19.28%
G=41.37%
B=39.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103980.5300.050.60174.5536.4229.61
Hex30676235053Caf241e
Octal601471426505742574436
Binary1100001100111110001011010101011111001010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306762; }

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

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

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

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

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

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

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

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