Html Css Color HEX #384543 Firefly

📋 copy color: '#384543'

red 56 ◦ green 69 ◦ blue 67

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

Shades of Firefly #384543

Tints of Firefly #384543

RGB

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

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

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

R = 29.17%
G = 35.94%
B = 34.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#384543 (or 0x384543) is known color: Firefly. HEX triplet: 38, 45 and 43. RGB value is (56,69,67). Sum of RGB (Red+Green+Blue) = 56+69+67=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #384543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384543 is #C7BABC. Grayscale: #404040. Windows color (decimal): -13089469 or 4408632. OLE color: 4408632.

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

Color convert

RGB 56 69 67 -
CMYK 0.19 0 0.03 0.73
HSL 170.77º 0.1% 0.25% -
HSV(B) 170.77º 0.19% 0.27% -
XYZ 4.77 5.5 6.12 -
YUV 64.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 56 69 67 0.19 0 0.03 0.73 170.77 0.1 0.25
Hex 38 45 43 13 0 3 49 AB A 19
Octal 70 105 103 23 0 3 111 253 12 31
Binary 111000 1000101 1000011 10011 0 11 1001001 10101011 1010 11001

Color Harmonies of #384543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384543

Black with #384543

Text Example


Text Example

White with #384543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384543; }

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

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

background-color css

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

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

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

border-color css

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

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

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