Html Css Color HEX #354744 Firefly

📋 copy color: '#354744'

red 53 ◦ green 71 ◦ blue 68

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

Shades of Firefly #354744

Tints of Firefly #354744

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.98%

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

R = 27.6%
G = 36.98%
B = 35.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#354744 (or 0x354744) is known color: Firefly. HEX triplet: 35, 47 and 44. RGB value is (53,71,68). Sum of RGB (Red+Green+Blue) = 53+71+68=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 71 - color contains mainly: green. Hex color #354744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354744 is #CAB8BB. Grayscale: #414141. Windows color (decimal): -13285564 or 4474677. OLE color: 4474677.

HSL color Cylindrical-coordinate representation of color #354744: hue angle of 170º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354744 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 68 -
CMYK 0.25 0 0.04 0.72
HSL 170º 0.15% 0.24% -
HSV(B) 170º 0.25% 0.28% -
XYZ 4.76 5.68 6.31 -
YUV 65.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 53 71 68 0.25 0 0.04 0.72 170 0.15 0.24
Hex 35 47 44 19 0 4 48 AA F 18
Octal 65 107 104 31 0 4 110 252 17 30
Binary 110101 1000111 1000100 11001 0 100 1001000 10101010 1111 11000

Color Harmonies of #354744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354744

Black with #354744

Text Example


Text Example

White with #354744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354744; }

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

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

background-color css

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

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

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

border-color css

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

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

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