#39413F

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

Shades of Firefly #39413F

Tints of Firefly #39413F

Color information

#39413F (or 0x39413F) is unknown color: approx Firefly. HEX triplet: 39, 41 and 3F. RGB value is (57,65,63). Sum of RGB (Red+Green+Blue) = 57+65+63=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #39413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39413F is #C6BEC0. Grayscale: #3E3E3E. Windows color (decimal): -13024961 or 4145465. OLE color: 4145465.

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

Color convert

RGB576563-
CMYK0.1200.030.75
HSL165º6.56%23.92%-
HSV(B)165º12.31%25.49%-
XYZ4.475.015.43-
YUV62.38128.35124.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 63 (25% from 255) = 34.05%
R=30.81%
G=35.14%
B=34.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5765630.1200.030.751656.5623.92
Hex39413FC034Ba5718
Octal71101771403113245730
Binary1110011000001111111110001110010111010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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