Html Css Color HEX #354745 Firefly

📋 copy color: '#354745'

red 53 ◦ green 71 ◦ blue 69

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

Shades of Firefly #354745

Tints of Firefly #354745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 27.46%
G = 36.79%
B = 35.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#354745 (or 0x354745) is known color: Firefly. HEX triplet: 35, 47 and 45. RGB value is (53,71,69). Sum of RGB (Red+Green+Blue) = 53+71+69=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #354745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354745 is #CAB8BA. Grayscale: #414141. Windows color (decimal): -13285563 or 4540213. OLE color: 4540213.

HSL color Cylindrical-coordinate representation of color #354745: hue angle of 173.33º 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 #354745 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 71 69 -
CMYK 0.25 0 0.03 0.72
HSL 173.33º 0.15% 0.24% -
HSV(B) 173.33º 0.25% 0.28% -
XYZ 4.8 5.69 6.48 -
YUV 65.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 53 71 69 0.25 0 0.03 0.72 173.33 0.15 0.24
Hex 35 47 45 19 0 3 48 AD F 18
Octal 65 107 105 31 0 3 110 255 17 30
Binary 110101 1000111 1000101 11001 0 11 1001000 10101101 1111 11000

Color Harmonies of #354745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354745

Black with #354745

Text Example


Text Example

White with #354745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354745; }

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

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

background-color css

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

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

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

border-color css

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

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

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