Html Css Color HEX #354A47 Firefly

📋 copy color: '#354A47'

red 53 ◦ green 74 ◦ blue 71

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

Shades of Firefly #354A47

Tints of Firefly #354A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

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

R = 26.77%
G = 37.37%
B = 35.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#354A47 (or 0x354A47) is known color: Firefly. HEX triplet: 35, 4A and 47. RGB value is (53,74,71). Sum of RGB (Red+Green+Blue) = 53+74+71=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #354A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A47 is #CAB5B8. Grayscale: #434343. Windows color (decimal): -13284793 or 4672053. OLE color: 4672053.

HSL color Cylindrical-coordinate representation of color #354A47: hue angle of 171.43º degrees, saturation: 0.17, 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 #354A47 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 74 71 -
CMYK 0.28 0 0.04 0.71
HSL 171.43º 0.17% 0.25% -
HSV(B) 171.43º 0.28% 0.29% -
XYZ 5.05 6.11 6.87 -
YUV 67.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 53 74 71 0.28 0 0.04 0.71 171.43 0.17 0.25
Hex 35 4A 47 1C 0 4 47 AB 11 19
Octal 65 112 107 34 0 4 107 253 21 31
Binary 110101 1001010 1000111 11100 0 100 1000111 10101011 10001 11001

Color Harmonies of #354A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A47

Black with #354A47

Text Example


Text Example

White with #354A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A47; }

 p { color: rgb(53,74,71); }

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

background-color css

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

 a { background-color: rgb(53,74,71); }

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

border-color css

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

 span { border-color: rgb(53,74,71); }

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