Html Css Color HEX #364D48 Firefly

📋 copy color: '#364D48'

red 54 ◦ green 77 ◦ blue 72

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

Shades of Firefly #364D48

Tints of Firefly #364D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.93%

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

R = 26.6%
G = 37.93%
B = 35.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#364D48 (or 0x364D48) is known color: Firefly. HEX triplet: 36, 4D and 48. RGB value is (54,77,72). Sum of RGB (Red+Green+Blue) = 54+77+72=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 77 - color contains mainly: green. Hex color #364D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364D48 is #C9B2B7. Grayscale: #454545. Windows color (decimal): -13218488 or 4738358. OLE color: 4738358.

HSL color Cylindrical-coordinate representation of color #364D48: hue angle of 166.96º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #364D48 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 77 72 -
CMYK 0.30 0 0.06 0.70
HSL 166.96º 0.18% 0.26% -
HSV(B) 166.96º 0.3% 0.3% -
XYZ 5.34 6.56 7.12 -
YUV 69.55 129.38 116.91 -
System Red Green Blue C M Y K H S L
Decimal 54 77 72 0.30 0 0.06 0.70 166.96 0.18 0.26
Hex 36 4D 48 1E 0 6 46 A7 12 1A
Octal 66 115 110 36 0 6 106 247 22 32
Binary 110110 1001101 1001000 11110 0 110 1000110 10100111 10010 11010

Color Harmonies of #364D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D48

Black with #364D48

Text Example


Text Example

White with #364D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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