#30635D

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

Shades of Eden #30635D

Tints of Eden #30635D

Color information

#30635D (or 0x30635D) is unknown color: approx Eden. HEX triplet: 30, 63 and 5D. RGB value is (48,99,93). Sum of RGB (Red+Green+Blue) = 48+99+93=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #30635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30635D is #CF9CA2. Grayscale: #535353. Windows color (decimal): -13606051 or 6120240. OLE color: 6120240.

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

Color convert

RGB489993-
CMYK0.5200.060.61
HSL172.94º34.69%28.82%-
HSV(B)172.94º51.52%38.82%-
XYZ7.6610.3411.95-
YUV83.07133.6102.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=20%
G=41.25%
B=38.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899930.5200.060.61172.9434.6928.82
Hex30635D34063Dad231d
Octal601431356406752554335
Binary1100001100011101110111010001101111011010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30635D; }

 p { color: rgb(48,99,93); }

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

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

 a { background-color: rgb(48,99,93); }

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

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

 span { border-color: rgb(48,99,93); }

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