#304C4B

Color #304C4B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #304C4B

Tints of Dark Slate Grey #304C4B

Color information

#304C4B (or 0x304C4B) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4C and 4B. RGB value is (48,76,75). Sum of RGB (Red+Green+Blue) = 48+76+75=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 76 - color contains mainly: green. Hex color #304C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C4B is #CFB3B4. Grayscale: #434343. Windows color (decimal): -13611957 or 4934704. OLE color: 4934704.

HSL color Cylindrical-coordinate representation of color #304C4B: hue angle of 177.86º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C4B is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB487675-
CMYK0.3700.010.70
HSL177.86º22.58%24.31%-
HSV(B)177.86º36.84%29.8%-
XYZ5.076.317.61-
YUV67.51132.22114.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=24.12%
G=38.19%
B=37.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876750.3700.010.70177.8622.5824.31
Hex304C4B250146b21718
Octal6011411345011062622730
Binary11000010011001001011100101011000110101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304C4B; }

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

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

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

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

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

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

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

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