Html Css Color HEX #384846 Firefly

📋 copy color: '#384846'

red 56 ◦ green 72 ◦ blue 70

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

Shades of Firefly #384846

Tints of Firefly #384846

RGB

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

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

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

R = 28.28%
G = 36.36%
B = 35.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#384846 (or 0x384846) is known color: Firefly. HEX triplet: 38, 48 and 46. RGB value is (56,72,70). Sum of RGB (Red+Green+Blue) = 56+72+70=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #384846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384846 is #C7B7B9. Grayscale: #424242. Windows color (decimal): -13088698 or 4606008. OLE color: 4606008.

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

Color convert

RGB 56 72 70 -
CMYK 0.22 0 0.03 0.72
HSL 172.5º 0.13% 0.25% -
HSV(B) 172.5º 0.22% 0.28% -
XYZ 5.05 5.92 6.67 -
YUV 66.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 56 72 70 0.22 0 0.03 0.72 172.5 0.13 0.25
Hex 38 48 46 16 0 3 48 AC C 19
Octal 70 110 106 26 0 3 110 254 14 31
Binary 111000 1001000 1000110 10110 0 11 1001000 10101100 1100 11001

Color Harmonies of #384846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384846

Black with #384846

Text Example


Text Example

White with #384846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384846; }

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

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

background-color css

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

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

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

border-color css

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

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

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