Html Css Color HEX #334542 Firefly

📋 copy color: '#334542'

red 51 ◦ green 69 ◦ blue 66

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

Shades of Firefly #334542

Tints of Firefly #334542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

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

R = 27.42%
G = 37.1%
B = 35.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#334542 (or 0x334542) is known color: Firefly. HEX triplet: 33, 45 and 42. RGB value is (51,69,66). Sum of RGB (Red+Green+Blue) = 51+69+66=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #334542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334542 is #CCBABD. Grayscale: #3F3F3F. Windows color (decimal): -13417150 or 4343091. OLE color: 4343091.

HSL color Cylindrical-coordinate representation of color #334542: hue angle of 170º 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 #334542 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 69 66 -
CMYK 0.26 0 0.04 0.73
HSL 170º 0.15% 0.24% -
HSV(B) 170º 0.26% 0.27% -
XYZ 4.48 5.35 5.95 -
YUV 63.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 51 69 66 0.26 0 0.04 0.73 170 0.15 0.24
Hex 33 45 42 1A 0 4 49 AA F 18
Octal 63 105 102 32 0 4 111 252 17 30
Binary 110011 1000101 1000010 11010 0 100 1001001 10101010 1111 11000

Color Harmonies of #334542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334542

Black with #334542

Text Example


Text Example

White with #334542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334542; }

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

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

background-color css

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

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

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

border-color css

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

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

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