Html Css Color HEX #364442 Firefly

📋 copy color: '#364442'

red 54 ◦ green 68 ◦ blue 66

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

Shades of Firefly #364442

Tints of Firefly #364442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 28.72%
G = 36.17%
B = 35.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#364442 (or 0x364442) is known color: Firefly. HEX triplet: 36, 44 and 42. RGB value is (54,68,66). Sum of RGB (Red+Green+Blue) = 54+68+66=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 68 - color contains mainly: green. Hex color #364442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364442 is #C9BBBD. Grayscale: #3F3F3F. Windows color (decimal): -13220798 or 4342838. OLE color: 4342838.

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

Color convert

RGB 54 68 66 -
CMYK 0.21 0 0.03 0.73
HSL 171.43º 0.11% 0.24% -
HSV(B) 171.43º 0.21% 0.27% -
XYZ 4.57 5.31 5.94 -
YUV 63.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 54 68 66 0.21 0 0.03 0.73 171.43 0.11 0.24
Hex 36 44 42 15 0 3 49 AB B 18
Octal 66 104 102 25 0 3 111 253 13 30
Binary 110110 1000100 1000010 10101 0 11 1001001 10101011 1011 11000

Color Harmonies of #364442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364442

Black with #364442

Text Example


Text Example

White with #364442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364442; }

 p { color: rgb(54,68,66); }

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

background-color css

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

 a { background-color: rgb(54,68,66); }

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

border-color css

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

 span { border-color: rgb(54,68,66); }

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