Html Css Color HEX #35413F Firefly

📋 copy color: '#35413F'

red 53 ◦ green 65 ◦ blue 63

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

Shades of Firefly #35413F

Tints of Firefly #35413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.81%

R = 29.28%
G = 35.91%
B = 34.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#35413F (or 0x35413F) is known color: Firefly. HEX triplet: 35, 41 and 3F. RGB value is (53,65,63). Sum of RGB (Red+Green+Blue) = 53+65+63=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #35413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35413F is #CABEC0. Grayscale: #3D3D3D. Windows color (decimal): -13287105 or 4145461. OLE color: 4145461.

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

Color convert

RGB 53 65 63 -
CMYK 0.18 0 0.03 0.75
HSL 170º 0.1% 0.23% -
HSV(B) 170º 0.18% 0.25% -
XYZ 4.26 4.9 5.42 -
YUV 61.18 129.02 122.16 -
System Red Green Blue C M Y K H S L
Decimal 53 65 63 0.18 0 0.03 0.75 170 0.1 0.23
Hex 35 41 3F 12 0 3 4B AA A 17
Octal 65 101 77 22 0 3 113 252 12 27
Binary 110101 1000001 111111 10010 0 11 1001011 10101010 1010 10111

Color Harmonies of #35413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35413F

Black with #35413F

Text Example


Text Example

White with #35413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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