Html Css Color HEX #354A46 Firefly

📋 copy color: '#354A46'

red 53 ◦ green 74 ◦ blue 70

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

Shades of Firefly #354A46

Tints of Firefly #354A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.53%

R = 26.9%
G = 37.56%
B = 35.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#354A46 (or 0x354A46) is known color: Firefly. HEX triplet: 35, 4A and 46. RGB value is (53,74,70). Sum of RGB (Red+Green+Blue) = 53+74+70=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 74 - color contains mainly: green. Hex color #354A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354A46 is #CAB5B9. Grayscale: #434343. Windows color (decimal): -13284794 or 4606517. OLE color: 4606517.

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

Color convert

RGB 53 74 70 -
CMYK 0.28 0 0.05 0.71
HSL 168.57º 0.17% 0.25% -
HSV(B) 168.57º 0.28% 0.29% -
XYZ 5.02 6.1 6.71 -
YUV 67.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 53 74 70 0.28 0 0.05 0.71 168.57 0.17 0.25
Hex 35 4A 46 1C 0 5 47 A9 11 19
Octal 65 112 106 34 0 5 107 251 21 31
Binary 110101 1001010 1000110 11100 0 101 1000111 10101001 10001 11001

Color Harmonies of #354A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A46

Black with #354A46

Text Example


Text Example

White with #354A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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