Html Css Color HEX #384844 Firefly

📋 copy color: '#384844'

red 56 ◦ green 72 ◦ blue 68

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

Shades of Firefly #384844

Tints of Firefly #384844

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 value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#384844 (or 0x384844) is known color: 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.12, 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

RGB 56 72 68 -
CMYK 0.22 0 0.06 0.72
HSL 165º 0.13% 0.25% -
HSV(B) 165º 0.22% 0.28% -
XYZ 4.99 5.89 6.34 -
YUV 66.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 56 72 68 0.22 0 0.06 0.72 165 0.13 0.25
Hex 38 48 44 16 0 6 48 A5 C 19
Octal 70 110 104 26 0 6 110 245 14 31
Binary 111000 1001000 1000100 10110 0 110 1001000 10100101 1100 11001

Color Harmonies of #384844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384844

Black with #384844

Text Example


Text Example

White with #384844

Text Example


Text Example

HTML Codes & Css Web 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>