Html Css Color HEX #354944 Firefly

📋 copy color: '#354944'

red 53 ◦ green 73 ◦ blue 68

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

Shades of Firefly #354944

Tints of Firefly #354944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

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

R = 27.32%
G = 37.63%
B = 35.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#354944 (or 0x354944) is known color: Firefly. HEX triplet: 35, 49 and 44. RGB value is (53,73,68). Sum of RGB (Red+Green+Blue) = 53+73+68=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #354944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354944 is #CAB6BB. Grayscale: #424242. Windows color (decimal): -13285052 or 4475189. OLE color: 4475189.

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

Color convert

RGB 53 73 68 -
CMYK 0.27 0 0.07 0.71
HSL 165º 0.16% 0.25% -
HSV(B) 165º 0.27% 0.29% -
XYZ 4.89 5.94 6.36 -
YUV 66.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 53 73 68 0.27 0 0.07 0.71 165 0.16 0.25
Hex 35 49 44 1B 0 7 47 A5 10 19
Octal 65 111 104 33 0 7 107 245 20 31
Binary 110101 1001001 1000100 11011 0 111 1000111 10100101 10000 11001

Color Harmonies of #354944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354944

Black with #354944

Text Example


Text Example

White with #354944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354944; }

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

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

background-color css

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

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

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

border-color css

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

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

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