Html Css Color HEX #384845 Firefly

📋 copy color: '#384845'

red 56 ◦ green 72 ◦ blue 69

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

Shades of Firefly #384845

Tints of Firefly #384845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.55%

 BLUE value IS 69 (27.34% from 255) = 35.03%

R = 28.43%
G = 36.55%
B = 35.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#384845 (or 0x384845) is known color: Firefly. HEX triplet: 38, 48 and 45. RGB value is (56,72,69). Sum of RGB (Red+Green+Blue) = 56+72+69=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #384845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384845 is #C7B7BA. Grayscale: #424242. Windows color (decimal): -13088699 or 4540472. OLE color: 4540472.

HSL color Cylindrical-coordinate representation of color #384845: hue angle of 168.75º 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 #384845 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 69 -
CMYK 0.22 0 0.04 0.72
HSL 168.75º 0.13% 0.25% -
HSV(B) 168.75º 0.22% 0.28% -
XYZ 5.02 5.91 6.51 -
YUV 66.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 56 72 69 0.22 0 0.04 0.72 168.75 0.13 0.25
Hex 38 48 45 16 0 4 48 A9 C 19
Octal 70 110 105 26 0 4 110 251 14 31
Binary 111000 1001000 1000101 10110 0 100 1001000 10101001 1100 11001

Color Harmonies of #384845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384845

Black with #384845

Text Example


Text Example

White with #384845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384845; }

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

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

background-color css

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

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

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

border-color css

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

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

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