Html Css Color HEX #414242 Firefly

📋 copy color: '#414242'

red 65 ◦ green 66 ◦ blue 66

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

Shades of Firefly #414242

Tints of Firefly #414242

RGB

 RED value IS 65 (25.78% from 255) = 32.99%

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 32.99%
G = 33.5%
B = 33.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#414242 (or 0x414242) is known color: Firefly. HEX triplet: 41, 42 and 42. RGB value is (65,66,66). Sum of RGB (Red+Green+Blue) = 65+66+66=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #414242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414242 is #BEBDBD. Grayscale: #414141. Windows color (decimal): -12500414 or 4342337. OLE color: 4342337.

HSL color Cylindrical-coordinate representation of color #414242: hue angle of 180º degrees, saturation: 0.01, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #414242 is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 65 66 66 -
CMYK 0.02 0 0 0.74
HSL 180º 0.01% 0.26% -
HSV(B) 180º 0.02% 0.26% -
XYZ 5.11 5.41 5.93 -
YUV 65.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 65 66 66 0.02 0 0 0.74 180 0.01 0.26
Hex 41 42 42 2 0 0 4A B4 1 1A
Octal 101 102 102 2 0 0 112 264 1 32
Binary 1000001 1000010 1000010 10 0 0 1001010 10110100 1 11010

Color Harmonies of #414242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414242

Black with #414242

Text Example


Text Example

White with #414242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414242; }

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

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

background-color css

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

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

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

border-color css

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

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

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