#3D4A48

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

Shades of Firefly #3D4A48

Tints of Firefly #3D4A48

Color information

#3D4A48 (or 0x3D4A48) is unknown color: approx Firefly. HEX triplet: 3D, 4A and 48. RGB value is (61,74,72). Sum of RGB (Red+Green+Blue) = 61+74+72=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 74 - color contains mainly: green. Hex color #3D4A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4A48 is #C2B5B7. Grayscale: #454545. Windows color (decimal): -12760504 or 4737597. OLE color: 4737597.

HSL color Cylindrical-coordinate representation of color #3D4A48: hue angle of 170.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D4A48 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB617472-
CMYK0.1800.030.71
HSL170.77º9.63%26.47%-
HSV(B)170.77º17.57%29.02%-
XYZ5.546.367.07-
YUV69.88129.19121.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.47%
GREEN value IS 74 (29.30% from 255) = 35.75%
BLUE value IS 72 (28.52% from 255) = 34.78%
R=29.47%
G=35.75%
B=34.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6174720.1800.030.71170.779.6326.47
Hex3D4A48120347aba1a
Octal7511211022031072531232
Binary1111011001010100100010010011100011110101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4A48; }

 p { color: rgb(61,74,72); }

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

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

 a { background-color: rgb(61,74,72); }

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

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

 span { border-color: rgb(61,74,72); }

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