#30564C

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

Shades of Spectra #30564C

Tints of Spectra #30564C

Color information

#30564C (or 0x30564C) is unknown color: approx Spectra. HEX triplet: 30, 56 and 4C. RGB value is (48,86,76). Sum of RGB (Red+Green+Blue) = 48+86+76=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #30564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30564C is #CFA9B3. Grayscale: #494949. Windows color (decimal): -13609396 or 5002800. OLE color: 5002800.

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

Color convert

RGB488676-
CMYK0.4400.120.66
HSL164.21º28.36%26.27%-
HSV(B)164.21º44.19%33.73%-
XYZ5.857.818.04-
YUV73.5129.41109.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=22.86%
G=40.95%
B=36.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886760.4400.120.66164.2128.3626.27
Hex30564C2C0C42a41c1a
Octal60126114540141022443432
Binary11000010101101001100101100011001000010101001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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