Html Css Color HEX #364342 Firefly

📋 copy color: '#364342'

red 54 ◦ green 67 ◦ blue 66

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

Shades of Firefly #364342

Tints of Firefly #364342

RGB

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

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

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

R = 28.88%
G = 35.83%
B = 35.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#364342 (or 0x364342) is known color: Firefly. HEX triplet: 36, 43 and 42. RGB value is (54,67,66). Sum of RGB (Red+Green+Blue) = 54+67+66=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 67 - color contains mainly: green. Hex color #364342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364342 is #C9BCBD. Grayscale: #3E3E3E. Windows color (decimal): -13221054 or 4342582. OLE color: 4342582.

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

Color convert

RGB 54 67 66 -
CMYK 0.19 0 0.01 0.74
HSL 175.38º 0.11% 0.24% -
HSV(B) 175.38º 0.19% 0.26% -
XYZ 4.51 5.19 5.92 -
YUV 63 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 54 67 66 0.19 0 0.01 0.74 175.38 0.11 0.24
Hex 36 43 42 13 0 1 4A AF B 18
Octal 66 103 102 23 0 1 112 257 13 30
Binary 110110 1000011 1000010 10011 0 1 1001010 10101111 1011 11000

Color Harmonies of #364342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364342

Black with #364342

Text Example


Text Example

White with #364342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364342; }

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

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

background-color css

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

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

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

border-color css

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

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

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