Html Css Color HEX #30635E Eden

📋 copy color: '#30635E'

red 48 ◦ green 99 ◦ blue 94

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

Shades of Eden #30635E

Tints of Eden #30635E

RGB

 RED value IS 48 (19.14% from 255) = 19.92%

 GREEN value IS 99 (39.06% from 255) = 41.08%

 BLUE value IS 94 (37.11% from 255) = 39%

R = 19.92%
G = 41.08%
B = 39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#30635E (or 0x30635E) is known color: Eden. HEX triplet: 30, 63 and 5E. RGB value is (48,99,94). Sum of RGB (Red+Green+Blue) = 48+99+94=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #30635E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30635E is #CF9CA1. Grayscale: #535353. Windows color (decimal): -13606050 or 6185776. OLE color: 6185776.

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

Color convert

RGB 48 99 94 -
CMYK 0.52 0 0.05 0.61
HSL 174.12º 0.35% 0.29% -
HSV(B) 174.12º 0.52% 0.39% -
XYZ 7.7 10.36 12.18 -
YUV 83.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 48 99 94 0.52 0 0.05 0.61 174.12 0.35 0.29
Hex 30 63 5E 34 0 5 3D AE 23 1D
Octal 60 143 136 64 0 5 75 256 43 35
Binary 110000 1100011 1011110 110100 0 101 111101 10101110 100011 11101

Color Harmonies of #30635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30635E

Black with #30635E

Text Example


Text Example

White with #30635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30635E;
 }
 .AnyTagClassName
 {
   color: #30635E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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