Html Css Color HEX #343F3E Firefly

📋 copy color: '#343F3E'

red 52 ◦ green 63 ◦ blue 62

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

Shades of Firefly #343F3E

Tints of Firefly #343F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 29.38%
G = 35.59%
B = 35.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#343F3E (or 0x343F3E) is known color: Firefly. HEX triplet: 34, 3F and 3E. RGB value is (52,63,62). Sum of RGB (Red+Green+Blue) = 52+63+62=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 63 - color contains mainly: green. Hex color #343F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F3E is #CBC0C1. Grayscale: #3B3B3B. Windows color (decimal): -13353154 or 4079412. OLE color: 4079412.

HSL color Cylindrical-coordinate representation of color #343F3E: hue angle of 174.55º 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 #343F3E is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 63 62 -
CMYK 0.17 0 0.02 0.75
HSL 174.55º 0.1% 0.23% -
HSV(B) 174.55º 0.17% 0.25% -
XYZ 4.06 4.63 5.24 -
YUV 59.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 52 63 62 0.17 0 0.02 0.75 174.55 0.1 0.23
Hex 34 3F 3E 11 0 2 4B AF A 17
Octal 64 77 76 21 0 2 113 257 12 27
Binary 110100 111111 111110 10001 0 10 1001011 10101111 1010 10111

Color Harmonies of #343F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F3E

Black with #343F3E

Text Example


Text Example

White with #343F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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