Html Css Color HEX #384646 Firefly

📋 copy color: '#384646'

red 56 ◦ green 70 ◦ blue 70

#384646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #384646

Tints of Firefly #384646

RGB

 RED value IS 56 (22.27% from 255) = 28.57%

 GREEN value IS 70 (27.73% from 255) = 35.71%

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 28.57%
G = 35.71%
B = 35.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384646 (or 0x384646) is known color: Firefly. HEX triplet: 38, 46 and 46. RGB value is (56,70,70). Sum of RGB (Red+Green+Blue) = 56+70+70=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #384646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384646 is #C7B9B9. Grayscale: #414141. Windows color (decimal): -13089210 or 4605496. OLE color: 4605496.

HSL color Cylindrical-coordinate representation of color #384646: hue angle of 180º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384646 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 70 70 -
CMYK 0.20 0 0 0.73
HSL 180º 0.11% 0.25% -
HSV(B) 180º 0.2% 0.27% -
XYZ 4.93 5.66 6.63 -
YUV 65.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 56 70 70 0.20 0 0 0.73 180 0.11 0.25
Hex 38 46 46 14 0 0 49 B4 B 19
Octal 70 106 106 24 0 0 111 264 13 31
Binary 111000 1000110 1000110 10100 0 0 1001001 10110100 1011 11001

Color Harmonies of #384646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384646

Black with #384646

Text Example


Text Example

White with #384646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384646; }

 p { color: rgb(56,70,70); }

 H1.HeaderClassName
 {
   color: #384646;
 }
 .AnyTagClassName
 {
   color: #384646;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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