#32413F

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

Shades of Firefly #32413F

Tints of Firefly #32413F

Color information

#32413F (or 0x32413F) is unknown color: approx Firefly. HEX triplet: 32, 41 and 3F. RGB value is (50,65,63). Sum of RGB (Red+Green+Blue) = 50+65+63=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 65 - color contains mainly: green. Hex color #32413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32413F is #CDBEC0. Grayscale: #3C3C3C. Windows color (decimal): -13483713 or 4145458. OLE color: 4145458.

HSL color Cylindrical-coordinate representation of color #32413F: hue angle of 172º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #32413F is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB506563-
CMYK0.2300.030.75
HSL172º13.04%22.55%-
HSV(B)172º23.08%25.49%-
XYZ4.14.825.42-
YUV60.29129.53120.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.09%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 63 (25% from 255) = 35.39%
R=28.09%
G=36.52%
B=35.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5065630.2300.030.7517213.0422.55
Hex32413F17034Bacd17
Octal621017727031132541527
Binary110010100000111111110111011100101110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32413F; }

 p { color: rgb(50,65,63); }

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

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

 a { background-color: rgb(50,65,63); }

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

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

 span { border-color: rgb(50,65,63); }

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