Html Css Color HEX #364645 Firefly

📋 copy color: '#364645'

red 54 ◦ green 70 ◦ blue 69

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

Shades of Firefly #364645

Tints of Firefly #364645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.27%

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 27.98%
G = 36.27%
B = 35.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#364645 (or 0x364645) is known color: Firefly. HEX triplet: 36, 46 and 45. RGB value is (54,70,69). Sum of RGB (Red+Green+Blue) = 54+70+69=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 70 - color contains mainly: green. Hex color #364645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364645 is #C9B9BA. Grayscale: #414141. Windows color (decimal): -13220283 or 4539958. OLE color: 4539958.

HSL color Cylindrical-coordinate representation of color #364645: hue angle of 176.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #364645 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 69 -
CMYK 0.23 0 0.01 0.73
HSL 176.25º 0.13% 0.24% -
HSV(B) 176.25º 0.23% 0.27% -
XYZ 4.79 5.59 6.46 -
YUV 65.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 54 70 69 0.23 0 0.01 0.73 176.25 0.13 0.24
Hex 36 46 45 17 0 1 49 B0 D 18
Octal 66 106 105 27 0 1 111 260 15 30
Binary 110110 1000110 1000101 10111 0 1 1001001 10110000 1101 11000

Color Harmonies of #364645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364645

Black with #364645

Text Example


Text Example

White with #364645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364645; }

 p { color: rgb(54,70,69); }

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

background-color css

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

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

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

border-color css

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

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

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