Html Css Color HEX #344642 Firefly

📋 copy color: '#344642'

red 52 ◦ green 70 ◦ blue 66

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

Shades of Firefly #344642

Tints of Firefly #344642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

 BLUE value IS 66 (26.17% from 255) = 35.11%

R = 27.66%
G = 37.23%
B = 35.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#344642 (or 0x344642) is known color: Firefly. HEX triplet: 34, 46 and 42. RGB value is (52,70,66). Sum of RGB (Red+Green+Blue) = 52+70+66=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 70 - color contains mainly: green. Hex color #344642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344642 is #CBB9BD. Grayscale: #404040. Windows color (decimal): -13351358 or 4343348. OLE color: 4343348.

HSL color Cylindrical-coordinate representation of color #344642: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #344642 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 66 -
CMYK 0.26 0 0.06 0.73
HSL 166.67º 0.15% 0.24% -
HSV(B) 166.67º 0.26% 0.27% -
XYZ 4.59 5.5 5.97 -
YUV 64.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 52 70 66 0.26 0 0.06 0.73 166.67 0.15 0.24
Hex 34 46 42 1A 0 6 49 A7 F 18
Octal 64 106 102 32 0 6 111 247 17 30
Binary 110100 1000110 1000010 11010 0 110 1001001 10100111 1111 11000

Color Harmonies of #344642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344642

Black with #344642

Text Example


Text Example

White with #344642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344642; }

 p { color: rgb(52,70,66); }

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

background-color css

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

 a { background-color: rgb(52,70,66); }

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

border-color css

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

 span { border-color: rgb(52,70,66); }

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