Html Css Color HEX #354141 Firefly

📋 copy color: '#354141'

red 53 ◦ green 65 ◦ blue 65

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

Shades of Firefly #354141

Tints of Firefly #354141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.52%

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 28.96%
G = 35.52%
B = 35.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#354141 (or 0x354141) is known color: Firefly. HEX triplet: 35, 41 and 41. RGB value is (53,65,65). Sum of RGB (Red+Green+Blue) = 53+65+65=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #354141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354141 is #CABEBE. Grayscale: #3D3D3D. Windows color (decimal): -13287103 or 4276533. OLE color: 4276533.

HSL color Cylindrical-coordinate representation of color #354141: hue angle of 180º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #354141 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 65 -
CMYK 0.18 0 0 0.75
HSL 180º 0.1% 0.23% -
HSV(B) 180º 0.18% 0.25% -
XYZ 4.31 4.92 5.72 -
YUV 61.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 53 65 65 0.18 0 0 0.75 180 0.1 0.23
Hex 35 41 41 12 0 0 4B B4 A 17
Octal 65 101 101 22 0 0 113 264 12 27
Binary 110101 1000001 1000001 10010 0 0 1001011 10110100 1010 10111

Color Harmonies of #354141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354141

Black with #354141

Text Example


Text Example

White with #354141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354141; }

 p { color: rgb(53,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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