Html Css Color HEX #354645 Firefly

📋 copy color: '#354645'

red 53 ◦ green 70 ◦ blue 69

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

Shades of Firefly #354645

Tints of Firefly #354645

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 27.6%
G = 36.46%
B = 35.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#354645 (or 0x354645) is known color: Firefly. HEX triplet: 35, 46 and 45. RGB value is (53,70,69). Sum of RGB (Red+Green+Blue) = 53+70+69=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 70 - color contains mainly: green. Hex color #354645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354645 is #CAB9BA. Grayscale: #404040. Windows color (decimal): -13285819 or 4539957. OLE color: 4539957.

HSL color Cylindrical-coordinate representation of color #354645: hue angle of 176.47º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #354645 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 70 69 -
CMYK 0.24 0 0.01 0.73
HSL 176.47º 0.14% 0.24% -
HSV(B) 176.47º 0.24% 0.27% -
XYZ 4.73 5.57 6.46 -
YUV 64.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 53 70 69 0.24 0 0.01 0.73 176.47 0.14 0.24
Hex 35 46 45 18 0 1 49 B0 E 18
Octal 65 106 105 30 0 1 111 260 16 30
Binary 110101 1000110 1000101 11000 0 1 1001001 10110000 1110 11000

Color Harmonies of #354645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354645

Black with #354645

Text Example


Text Example

White with #354645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354645; }

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

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

background-color css

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

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

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

border-color css

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

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

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