#30574C

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

Shades of Spectra #30574C

Tints of Spectra #30574C

Color information

#30574C (or 0x30574C) is unknown color: approx Spectra. HEX triplet: 30, 57 and 4C. RGB value is (48,87,76). Sum of RGB (Red+Green+Blue) = 48+87+76=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #30574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30574C is #CFA8B3. Grayscale: #4A4A4A. Windows color (decimal): -13609140 or 5003056. OLE color: 5003056.

HSL color Cylindrical-coordinate representation of color #30574C: hue angle of 163.08º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #30574C is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB488776-
CMYK0.4500.130.66
HSL163.08º28.89%26.47%-
HSV(B)163.08º44.83%34.12%-
XYZ5.937.978.06-
YUV74.08129.08109.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=22.75%
G=41.23%
B=36.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887760.4500.130.66163.0828.8926.47
Hex30574C2D0D42a31d1a
Octal60127114550151022433532
Binary11000010101111001100101101011011000010101000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30574C; }

 p { color: rgb(48,87,76); }

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

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

 a { background-color: rgb(48,87,76); }

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

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

 span { border-color: rgb(48,87,76); }

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