Html Css Color HEX #3C403F Firefly

📋 copy color: '#3C403F'

red 60 ◦ green 64 ◦ blue 63

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

Shades of Firefly #3C403F

Tints of Firefly #3C403F

RGB

 RED value IS 60 (23.83% from 255) = 32.09%

 GREEN value IS 64 (25.39% from 255) = 34.22%

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

R = 32.09%
G = 34.22%
B = 33.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3C403F (or 0x3C403F) is known color: Firefly. HEX triplet: 3C, 40 and 3F. RGB value is (60,64,63). Sum of RGB (Red+Green+Blue) = 60+64+63=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 64 - color contains mainly: green. Hex color #3C403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C403F is #C3BFC0. Grayscale: #3E3E3E. Windows color (decimal): -12828609 or 4145212. OLE color: 4145212.

HSL color Cylindrical-coordinate representation of color #3C403F: hue angle of 165º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3C403F is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 64 63 -
CMYK 0.06 0 0.02 0.75
HSL 165º 0.03% 0.24% -
HSV(B) 165º 0.06% 0.25% -
XYZ 4.59 4.99 5.42 -
YUV 62.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 60 64 63 0.06 0 0.02 0.75 165 0.03 0.24
Hex 3C 40 3F 6 0 2 4B A5 3 18
Octal 74 100 77 6 0 2 113 245 3 30
Binary 111100 1000000 111111 110 0 10 1001011 10100101 11 11000

Color Harmonies of #3C403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C403F

Black with #3C403F

Text Example


Text Example

White with #3C403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C403F; }

 p { color: rgb(60,64,63); }

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

background-color css

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

 a { background-color: rgb(60,64,63); }

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

border-color css

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

 span { border-color: rgb(60,64,63); }

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