Html Css Color HEX #334342 Firefly

📋 copy color: '#334342'

red 51 ◦ green 67 ◦ blue 66

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

Shades of Firefly #334342

Tints of Firefly #334342

RGB

 RED value IS 51 (20.31% from 255) = 27.72%

 GREEN value IS 67 (26.56% from 255) = 36.41%

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

R = 27.72%
G = 36.41%
B = 35.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#334342 (or 0x334342) is known color: Firefly. HEX triplet: 33, 43 and 42. RGB value is (51,67,66). Sum of RGB (Red+Green+Blue) = 51+67+66=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 67 - color contains mainly: green. Hex color #334342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334342 is #CCBCBD. Grayscale: #3E3E3E. Windows color (decimal): -13417662 or 4342579. OLE color: 4342579.

HSL color Cylindrical-coordinate representation of color #334342: hue angle of 176.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #334342 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 67 66 -
CMYK 0.24 0 0.01 0.74
HSL 176.25º 0.14% 0.23% -
HSV(B) 176.25º 0.24% 0.26% -
XYZ 4.36 5.11 5.91 -
YUV 62.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 51 67 66 0.24 0 0.01 0.74 176.25 0.14 0.23
Hex 33 43 42 18 0 1 4A B0 E 17
Octal 63 103 102 30 0 1 112 260 16 27
Binary 110011 1000011 1000010 11000 0 1 1001010 10110000 1110 10111

Color Harmonies of #334342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334342

Black with #334342

Text Example


Text Example

White with #334342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334342; }

 p { color: rgb(51,67,66); }

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

background-color css

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

 a { background-color: rgb(51,67,66); }

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

border-color css

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

 span { border-color: rgb(51,67,66); }

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