Html Css Color HEX #30635D Eden

📋 copy color: '#30635D'

red 48 ◦ green 99 ◦ blue 93

#30635D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #30635D

Tints of Eden #30635D

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 value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#30635D (or 0x30635D) is known color: 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

RGB 48 99 93 -
CMYK 0.52 0 0.06 0.61
HSL 172.94º 0.35% 0.29% -
HSV(B) 172.94º 0.52% 0.39% -
XYZ 7.66 10.34 11.95 -
YUV 83.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 48 99 93 0.52 0 0.06 0.61 172.94 0.35 0.29
Hex 30 63 5D 34 0 6 3D AD 23 1D
Octal 60 143 135 64 0 6 75 255 43 35
Binary 110000 1100011 1011101 110100 0 110 111101 10101101 100011 11101

Color Harmonies of #30635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30635D

Black with #30635D

Text Example


Text Example

White with #30635D

Text Example


Text Example

HTML Codes & Css Web 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>