Html Css Color HEX #364341 Firefly

📋 copy color: '#364341'

red 54 ◦ green 67 ◦ blue 65

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

Shades of Firefly #364341

Tints of Firefly #364341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.02%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 29.03%
G = 36.02%
B = 34.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#364341 (or 0x364341) is known color: Firefly. HEX triplet: 36, 43 and 41. RGB value is (54,67,65). Sum of RGB (Red+Green+Blue) = 54+67+65=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 67 - color contains mainly: green. Hex color #364341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364341 is #C9BCBE. Grayscale: #3E3E3E. Windows color (decimal): -13221055 or 4277046. OLE color: 4277046.

HSL color Cylindrical-coordinate representation of color #364341: hue angle of 170.77º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #364341 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 67 65 -
CMYK 0.19 0 0.03 0.74
HSL 170.77º 0.11% 0.24% -
HSV(B) 170.77º 0.19% 0.26% -
XYZ 4.48 5.18 5.76 -
YUV 62.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 54 67 65 0.19 0 0.03 0.74 170.77 0.11 0.24
Hex 36 43 41 13 0 3 4A AB B 18
Octal 66 103 101 23 0 3 112 253 13 30
Binary 110110 1000011 1000001 10011 0 11 1001010 10101011 1011 11000

Color Harmonies of #364341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364341

Black with #364341

Text Example


Text Example

White with #364341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364341; }

 p { color: rgb(54,67,65); }

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

background-color css

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

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

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

border-color css

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

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

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