Html Css Color HEX #353F3D Firefly

📋 copy color: '#353F3D'

red 53 ◦ green 63 ◦ blue 61

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

Shades of Firefly #353F3D

Tints of Firefly #353F3D

RGB

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

 GREEN value IS 63 (25% from 255) = 35.59%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 29.94%
G = 35.59%
B = 34.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#353F3D (or 0x353F3D) is known color: Firefly. HEX triplet: 35, 3F and 3D. RGB value is (53,63,61). Sum of RGB (Red+Green+Blue) = 53+63+61=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 63 - color contains mainly: green. Hex color #353F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F3D is #CAC0C2. Grayscale: #3B3B3B. Windows color (decimal): -13287619 or 4013877. OLE color: 4013877.

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

Color convert

RGB 53 63 61 -
CMYK 0.16 0 0.03 0.75
HSL 168º 0.09% 0.23% -
HSV(B) 168º 0.16% 0.25% -
XYZ 4.09 4.65 5.1 -
YUV 59.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 53 63 61 0.16 0 0.03 0.75 168 0.09 0.23
Hex 35 3F 3D 10 0 3 4B A8 9 17
Octal 65 77 75 20 0 3 113 250 11 27
Binary 110101 111111 111101 10000 0 11 1001011 10101000 1001 10111

Color Harmonies of #353F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353F3D

Black with #353F3D

Text Example


Text Example

White with #353F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353F3D; }

 p { color: rgb(53,63,61); }

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

background-color css

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

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

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

border-color css

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

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

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