Html Css Color HEX #343F3D Firefly

📋 copy color: '#343F3D'

red 52 ◦ green 63 ◦ blue 61

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

Shades of Firefly #343F3D

Tints of Firefly #343F3D

RGB

 RED value IS 52 (20.7% from 255) = 29.55%

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

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

R = 29.55%
G = 35.8%
B = 34.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#343F3D (or 0x343F3D) is known color: Firefly. HEX triplet: 34, 3F and 3D. RGB value is (52,63,61). Sum of RGB (Red+Green+Blue) = 52+63+61=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 63 - color contains mainly: green. Hex color #343F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F3D is #CBC0C2. Grayscale: #3B3B3B. Windows color (decimal): -13353155 or 4013876. OLE color: 4013876.

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

Color convert

RGB 52 63 61 -
CMYK 0.17 0 0.03 0.75
HSL 169.09º 0.1% 0.23% -
HSV(B) 169.09º 0.17% 0.25% -
XYZ 4.04 4.62 5.09 -
YUV 59.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 52 63 61 0.17 0 0.03 0.75 169.09 0.1 0.23
Hex 34 3F 3D 11 0 3 4B A9 A 17
Octal 64 77 75 21 0 3 113 251 12 27
Binary 110100 111111 111101 10001 0 11 1001011 10101001 1010 10111

Color Harmonies of #343F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F3D

Black with #343F3D

Text Example


Text Example

White with #343F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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