Html Css Color HEX #384542 Firefly

📋 copy color: '#384542'

red 56 ◦ green 69 ◦ blue 66

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

Shades of Firefly #384542

Tints of Firefly #384542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 29.32%
G = 36.13%
B = 34.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#384542 (or 0x384542) is known color: Firefly. HEX triplet: 38, 45 and 42. RGB value is (56,69,66). Sum of RGB (Red+Green+Blue) = 56+69+66=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #384542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384542 is #C7BABD. Grayscale: #404040. Windows color (decimal): -13089470 or 4343096. OLE color: 4343096.

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

Color convert

RGB 56 69 66 -
CMYK 0.19 0 0.04 0.73
HSL 166.15º 0.1% 0.25% -
HSV(B) 166.15º 0.19% 0.27% -
XYZ 4.74 5.49 5.96 -
YUV 64.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 56 69 66 0.19 0 0.04 0.73 166.15 0.1 0.25
Hex 38 45 42 13 0 4 49 A6 A 19
Octal 70 105 102 23 0 4 111 246 12 31
Binary 111000 1000101 1000010 10011 0 100 1001001 10100110 1010 11001

Color Harmonies of #384542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384542

Black with #384542

Text Example


Text Example

White with #384542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384542; }

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

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

background-color css

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

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

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

border-color css

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

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

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