Html Css Color HEX #344843 Firefly

📋 copy color: '#344843'

red 52 ◦ green 72 ◦ blue 67

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

Shades of Firefly #344843

Tints of Firefly #344843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 27.23%
G = 37.7%
B = 35.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#344843 (or 0x344843) is known color: Firefly. HEX triplet: 34, 48 and 43. RGB value is (52,72,67). Sum of RGB (Red+Green+Blue) = 52+72+67=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #344843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344843 is #CBB7BC. Grayscale: #414141. Windows color (decimal): -13350845 or 4409396. OLE color: 4409396.

HSL color Cylindrical-coordinate representation of color #344843: hue angle of 165º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344843 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 72 67 -
CMYK 0.28 0 0.07 0.72
HSL 165º 0.16% 0.24% -
HSV(B) 165º 0.28% 0.28% -
XYZ 4.75 5.77 6.17 -
YUV 65.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 52 72 67 0.28 0 0.07 0.72 165 0.16 0.24
Hex 34 48 43 1C 0 7 48 A5 10 18
Octal 64 110 103 34 0 7 110 245 20 30
Binary 110100 1001000 1000011 11100 0 111 1001000 10100101 10000 11000

Color Harmonies of #344843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344843

Black with #344843

Text Example


Text Example

White with #344843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344843; }

 p { color: rgb(52,72,67); }

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

background-color css

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

 a { background-color: rgb(52,72,67); }

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

border-color css

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

 span { border-color: rgb(52,72,67); }

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