Html Css Color HEX #364A47 Firefly

📋 copy color: '#364A47'

red 54 ◦ green 74 ◦ blue 71

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

Shades of Firefly #364A47

Tints of Firefly #364A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.68%

R = 27.14%
G = 37.19%
B = 35.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#364A47 (or 0x364A47) is known color: Firefly. HEX triplet: 36, 4A and 47. RGB value is (54,74,71). Sum of RGB (Red+Green+Blue) = 54+74+71=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 74 - color contains mainly: green. Hex color #364A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364A47 is #C9B5B8. Grayscale: #434343. Windows color (decimal): -13219257 or 4672054. OLE color: 4672054.

HSL color Cylindrical-coordinate representation of color #364A47: hue angle of 171º 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 #364A47 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 74 71 -
CMYK 0.27 0 0.04 0.71
HSL 171º 0.16% 0.25% -
HSV(B) 171º 0.27% 0.29% -
XYZ 5.11 6.14 6.88 -
YUV 67.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 54 74 71 0.27 0 0.04 0.71 171 0.16 0.25
Hex 36 4A 47 1B 0 4 47 AB 10 19
Octal 66 112 107 33 0 4 107 253 20 31
Binary 110110 1001010 1000111 11011 0 100 1000111 10101011 10000 11001

Color Harmonies of #364A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A47

Black with #364A47

Text Example


Text Example

White with #364A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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