Html Css Color HEX #364141 Firefly

📋 copy color: '#364141'

red 54 ◦ green 65 ◦ blue 65

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

Shades of Firefly #364141

Tints of Firefly #364141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

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

R = 29.35%
G = 35.33%
B = 35.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#364141 (or 0x364141) is known color: Firefly. HEX triplet: 36, 41 and 41. RGB value is (54,65,65). Sum of RGB (Red+Green+Blue) = 54+65+65=184 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.35% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #364141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364141 is #C9BEBE. Grayscale: #3D3D3D. Windows color (decimal): -13221567 or 4276534. OLE color: 4276534.

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

Color convert

RGB 54 65 65 -
CMYK 0.17 0 0 0.75
HSL 180º 0.09% 0.23% -
HSV(B) 180º 0.17% 0.25% -
XYZ 4.37 4.95 5.73 -
YUV 61.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 54 65 65 0.17 0 0 0.75 180 0.09 0.23
Hex 36 41 41 11 0 0 4B B4 9 17
Octal 66 101 101 21 0 0 113 264 11 27
Binary 110110 1000001 1000001 10001 0 0 1001011 10110100 1001 10111

Color Harmonies of #364141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364141

Black with #364141

Text Example


Text Example

White with #364141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364141; }

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

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

background-color css

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

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

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

border-color css

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

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

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