Html Css Color HEX #384544 Firefly

📋 copy color: '#384544'

red 56 ◦ green 69 ◦ blue 68

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

Shades of Firefly #384544

Tints of Firefly #384544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.75%

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 29.02%
G = 35.75%
B = 35.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#384544 (or 0x384544) is known color: Firefly. HEX triplet: 38, 45 and 44. RGB value is (56,69,68). Sum of RGB (Red+Green+Blue) = 56+69+68=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 69 - color contains mainly: green. Hex color #384544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384544 is #C7BABB. Grayscale: #404040. Windows color (decimal): -13089468 or 4474168. OLE color: 4474168.

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

Color convert

RGB 56 69 68 -
CMYK 0.19 0 0.01 0.73
HSL 175.38º 0.1% 0.25% -
HSV(B) 175.38º 0.19% 0.27% -
XYZ 4.8 5.51 6.28 -
YUV 65 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 56 69 68 0.19 0 0.01 0.73 175.38 0.1 0.25
Hex 38 45 44 13 0 1 49 AF A 19
Octal 70 105 104 23 0 1 111 257 12 31
Binary 111000 1000101 1000100 10011 0 1 1001001 10101111 1010 11001

Color Harmonies of #384544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384544

Black with #384544

Text Example


Text Example

White with #384544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384544; }

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

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

background-color css

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

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

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

border-color css

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

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

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