#305746

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

Shades of Spectra #305746

Tints of Spectra #305746

Color information

#305746 (or 0x305746) is unknown color: approx Spectra. HEX triplet: 30, 57 and 46. RGB value is (48,87,70). Sum of RGB (Red+Green+Blue) = 48+87+70=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #305746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305746 is #CFA8B9. Grayscale: #494949. Windows color (decimal): -13609146 or 4609840. OLE color: 4609840.

HSL color Cylindrical-coordinate representation of color #305746: hue angle of 153.85º 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 #305746 is Cyan = 0.45, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB488770-
CMYK0.4500.200.66
HSL153.85º28.89%26.47%-
HSV(B)153.85º44.83%34.12%-
XYZ5.737.897.01-
YUV73.4126.08109.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 70 (27.73% from 255) = 34.15%
R=23.41%
G=42.44%
B=34.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4887700.4500.200.66153.8528.8926.47
Hex3057462D014429a1d1a
Octal60127106550241022323532
Binary110000101011110001101011010101001000010100110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305746; }

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

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

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

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

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

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

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

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