Html Css Color HEX #354140 Firefly

📋 copy color: '#354140'

red 53 ◦ green 65 ◦ blue 64

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

Shades of Firefly #354140

Tints of Firefly #354140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 29.12%
G = 35.71%
B = 35.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#354140 (or 0x354140) is known color: Firefly. HEX triplet: 35, 41 and 40. RGB value is (53,65,64). Sum of RGB (Red+Green+Blue) = 53+65+64=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 65 - color contains mainly: green. Hex color #354140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354140 is #CABEBF. Grayscale: #3D3D3D. Windows color (decimal): -13287104 or 4210997. OLE color: 4210997.

HSL color Cylindrical-coordinate representation of color #354140: hue angle of 175º 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 #354140 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 64 -
CMYK 0.18 0 0.02 0.75
HSL 175º 0.1% 0.23% -
HSV(B) 175º 0.18% 0.25% -
XYZ 4.28 4.91 5.57 -
YUV 61.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 53 65 64 0.18 0 0.02 0.75 175 0.1 0.23
Hex 35 41 40 12 0 2 4B AF A 17
Octal 65 101 100 22 0 2 113 257 12 27
Binary 110101 1000001 1000000 10010 0 10 1001011 10101111 1010 10111

Color Harmonies of #354140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354140

Black with #354140

Text Example


Text Example

White with #354140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354140; }

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

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

background-color css

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

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

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

border-color css

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

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

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