Html Css Color HEX #364B47 Firefly

📋 copy color: '#364B47'

red 54 ◦ green 75 ◦ blue 71

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

Shades of Firefly #364B47

Tints of Firefly #364B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.5%

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

R = 27%
G = 37.5%
B = 35.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#364B47 (or 0x364B47) is known color: Firefly. HEX triplet: 36, 4B and 47. RGB value is (54,75,71). Sum of RGB (Red+Green+Blue) = 54+75+71=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #364B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B47 is #C9B4B8. Grayscale: #444444. Windows color (decimal): -13219001 or 4672310. OLE color: 4672310.

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

Color convert

RGB 54 75 71 -
CMYK 0.28 0 0.05 0.71
HSL 168.57º 0.16% 0.25% -
HSV(B) 168.57º 0.28% 0.29% -
XYZ 5.17 6.27 6.9 -
YUV 68.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 54 75 71 0.28 0 0.05 0.71 168.57 0.16 0.25
Hex 36 4B 47 1C 0 5 47 A9 10 19
Octal 66 113 107 34 0 5 107 251 20 31
Binary 110110 1001011 1000111 11100 0 101 1000111 10101001 10000 11001

Color Harmonies of #364B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B47

Black with #364B47

Text Example


Text Example

White with #364B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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