#323F3E

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

Shades of Firefly #323F3E

Tints of Firefly #323F3E

Color information

#323F3E (or 0x323F3E) is unknown color: approx Firefly. HEX triplet: 32, 3F and 3E. RGB value is (50,63,62). Sum of RGB (Red+Green+Blue) = 50+63+62=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 63 - color contains mainly: green. Hex color #323F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F3E is #CDC0C1. Grayscale: #3A3A3A. Windows color (decimal): -13484226 or 4079410. OLE color: 4079410.

HSL color Cylindrical-coordinate representation of color #323F3E: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323F3E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB506362-
CMYK0.2100.020.75
HSL175.38º11.5%22.16%-
HSV(B)175.38º20.63%24.71%-
XYZ3.964.585.23-
YUV59129.69121.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=28.57%
G=36%
B=35.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5063620.2100.020.75175.3811.522.16
Hex323F3E15024Bafc16
Octal62777625021132571426
Binary11001011111111111010101010100101110101111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323F3E; }

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

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

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

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

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

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

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

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