Html Css Color HEX #364A48 Firefly

📋 copy color: '#364A48'

red 54 ◦ green 74 ◦ blue 72

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

Shades of Firefly #364A48

Tints of Firefly #364A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 27%
G = 37%
B = 36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#364A48 (or 0x364A48) is known color: Firefly. HEX triplet: 36, 4A and 48. RGB value is (54,74,72). Sum of RGB (Red+Green+Blue) = 54+74+72=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 74 - color contains mainly: green. Hex color #364A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A48 is #C9B5B7. Grayscale: #434343. Windows color (decimal): -13219256 or 4737590. OLE color: 4737590.

HSL color Cylindrical-coordinate representation of color #364A48: hue angle of 174º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #364A48 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 74 72 -
CMYK 0.27 0 0.03 0.71
HSL 174º 0.16% 0.25% -
HSV(B) 174º 0.27% 0.29% -
XYZ 5.14 6.15 7.05 -
YUV 67.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 54 74 72 0.27 0 0.03 0.71 174 0.16 0.25
Hex 36 4A 48 1B 0 3 47 AE 10 19
Octal 66 112 110 33 0 3 107 256 20 31
Binary 110110 1001010 1001000 11011 0 11 1000111 10101110 10000 11001

Color Harmonies of #364A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A48

Black with #364A48

Text Example


Text Example

White with #364A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364A48; }

 p { color: rgb(54,74,72); }

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

background-color css

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

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

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

border-color css

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

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

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