#384844

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

Shades of Firefly #384844

Tints of Firefly #384844

Color information

#384844 (or 0x384844) is unknown color: approx Firefly. HEX triplet: 38, 48 and 44. RGB value is (56,72,68). Sum of RGB (Red+Green+Blue) = 56+72+68=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 72 - color contains mainly: green. Hex color #384844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384844 is #C7B7BB. Grayscale: #424242. Windows color (decimal): -13088700 or 4474936. OLE color: 4474936.

HSL color Cylindrical-coordinate representation of color #384844: hue angle of 165º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384844 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB567268-
CMYK0.2200.060.72
HSL165º12.5%25.1%-
HSV(B)165º22.22%28.24%-
XYZ4.995.896.34-
YUV66.76128.7120.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 68 (26.95% from 255) = 34.69%
R=28.57%
G=36.73%
B=34.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672680.2200.060.7216512.525.1
Hex384844160648a5d19
Octal7011010426061102451531
Binary11100010010001000100101100110100100010100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384844; }

 p { color: rgb(56,72,68); }

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

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

 a { background-color: rgb(56,72,68); }

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

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

 span { border-color: rgb(56,72,68); }

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