Html Css Color HEX #364040 Firefly

📋 copy color: '#364040'

red 54 ◦ green 64 ◦ blue 64

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

Shades of Firefly #364040

Tints of Firefly #364040

RGB

 RED value IS 54 (21.48% from 255) = 29.67%

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 29.67%
G = 35.16%
B = 35.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#364040 (or 0x364040) is known color: Firefly. HEX triplet: 36, 40 and 40. RGB value is (54,64,64). Sum of RGB (Red+Green+Blue) = 54+64+64=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #364040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364040 is #C9BFBF. Grayscale: #3C3C3C. Windows color (decimal): -13221824 or 4210742. OLE color: 4210742.

HSL color Cylindrical-coordinate representation of color #364040: hue angle of 180º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #364040 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 64 -
CMYK 0.16 0 0 0.75
HSL 180º 0.08% 0.23% -
HSV(B) 180º 0.16% 0.25% -
XYZ 4.28 4.82 5.56 -
YUV 61.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 54 64 64 0.16 0 0 0.75 180 0.08 0.23
Hex 36 40 40 10 0 0 4B B4 8 17
Octal 66 100 100 20 0 0 113 264 10 27
Binary 110110 1000000 1000000 10000 0 0 1001011 10110100 1000 10111

Color Harmonies of #364040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364040

Black with #364040

Text Example


Text Example

White with #364040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364040; }

 p { color: rgb(54,64,64); }

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

background-color css

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

 a { background-color: rgb(54,64,64); }

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

border-color css

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

 span { border-color: rgb(54,64,64); }

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