Html Css Color HEX #354544 Firefly

📋 copy color: '#354544'

red 53 ◦ green 69 ◦ blue 68

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

Shades of Firefly #354544

Tints of Firefly #354544

RGB

 RED value IS 53 (21.09% from 255) = 27.89%

 GREEN value IS 69 (27.34% from 255) = 36.32%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 27.89%
G = 36.32%
B = 35.79%

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

#354544 (or 0x354544) is known color: Firefly. HEX triplet: 35, 45 and 44. RGB value is (53,69,68). Sum of RGB (Red+Green+Blue) = 53+69+68=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 69 - color contains mainly: green. Hex color #354544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354544 is #CABABB. Grayscale: #404040. Windows color (decimal): -13286076 or 4474165. OLE color: 4474165.

HSL color Cylindrical-coordinate representation of color #354544: 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 #354544 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 68 -
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.64 5.43 6.27 -
YUV 64.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 53 69 68 0.23 0 0.01 0.73 176.25 0.13 0.24
Hex 35 45 44 17 0 1 49 B0 D 18
Octal 65 105 104 27 0 1 111 260 15 30
Binary 110101 1000101 1000100 10111 0 1 1001001 10110000 1101 11000

Color Harmonies of #354544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354544

Black with #354544

Text Example


Text Example

White with #354544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354544; }

 p { color: rgb(53,69,68); }

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

background-color css

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

 a { background-color: rgb(53,69,68); }

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

border-color css

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

 span { border-color: rgb(53,69,68); }

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