Html Css Color HEX #384643 Firefly

📋 copy color: '#384643'

red 56 ◦ green 70 ◦ blue 67

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

Shades of Firefly #384643

Tints of Firefly #384643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 34.72%

R = 29.02%
G = 36.27%
B = 34.72%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#384643 (or 0x384643) is known color: Firefly. HEX triplet: 38, 46 and 43. RGB value is (56,70,67). Sum of RGB (Red+Green+Blue) = 56+70+67=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #384643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384643 is #C7B9BC. Grayscale: #414141. Windows color (decimal): -13089213 or 4408888. OLE color: 4408888.

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

Color convert

RGB 56 70 67 -
CMYK 0.20 0 0.04 0.73
HSL 167.14º 0.11% 0.25% -
HSV(B) 167.14º 0.2% 0.27% -
XYZ 4.83 5.63 6.14 -
YUV 65.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 56 70 67 0.20 0 0.04 0.73 167.14 0.11 0.25
Hex 38 46 43 14 0 4 49 A7 B 19
Octal 70 106 103 24 0 4 111 247 13 31
Binary 111000 1000110 1000011 10100 0 100 1001001 10100111 1011 11001

Color Harmonies of #384643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384643

Black with #384643

Text Example


Text Example

White with #384643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384643; }

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

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

background-color css

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

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

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

border-color css

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

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

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