Html Css Color HEX #344140 Firefly

📋 copy color: '#344140'

red 52 ◦ green 65 ◦ blue 64

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

Shades of Firefly #344140

Tints of Firefly #344140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 28.73%
G = 35.91%
B = 35.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#344140 (or 0x344140) is known color: Firefly. HEX triplet: 34, 41 and 40. RGB value is (52,65,64). Sum of RGB (Red+Green+Blue) = 52+65+64=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 65 - color contains mainly: green. Hex color #344140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344140 is #CBBEBF. Grayscale: #3C3C3C. Windows color (decimal): -13352640 or 4210996. OLE color: 4210996.

HSL color Cylindrical-coordinate representation of color #344140: hue angle of 175.38º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #344140 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 65 64 -
CMYK 0.20 0 0.02 0.75
HSL 175.38º 0.11% 0.23% -
HSV(B) 175.38º 0.2% 0.25% -
XYZ 4.23 4.88 5.57 -
YUV 61 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 52 65 64 0.20 0 0.02 0.75 175.38 0.11 0.23
Hex 34 41 40 14 0 2 4B AF B 17
Octal 64 101 100 24 0 2 113 257 13 27
Binary 110100 1000001 1000000 10100 0 10 1001011 10101111 1011 10111

Color Harmonies of #344140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344140

Black with #344140

Text Example


Text Example

White with #344140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344140; }

 p { color: rgb(52,65,64); }

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

background-color css

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

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

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

border-color css

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

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

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