Html Css Color HEX #334845 Firefly

📋 copy color: '#334845'

red 51 ◦ green 72 ◦ blue 69

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

Shades of Firefly #334845

Tints of Firefly #334845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 26.56%
G = 37.5%
B = 35.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#334845 (or 0x334845) is known color: Firefly. HEX triplet: 33, 48 and 45. RGB value is (51,72,69). Sum of RGB (Red+Green+Blue) = 51+72+69=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #334845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334845 is #CCB7BA. Grayscale: #414141. Windows color (decimal): -13416379 or 4540467. OLE color: 4540467.

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

Color convert

RGB 51 72 69 -
CMYK 0.29 0 0.04 0.72
HSL 171.43º 0.17% 0.24% -
HSV(B) 171.43º 0.29% 0.28% -
XYZ 4.76 5.77 6.49 -
YUV 65.38 130.04 117.74 -
System Red Green Blue C M Y K H S L
Decimal 51 72 69 0.29 0 0.04 0.72 171.43 0.17 0.24
Hex 33 48 45 1D 0 4 48 AB 11 18
Octal 63 110 105 35 0 4 110 253 21 30
Binary 110011 1001000 1000101 11101 0 100 1001000 10101011 10001 11000

Color Harmonies of #334845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334845

Black with #334845

Text Example


Text Example

White with #334845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334845; }

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

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

background-color css

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

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

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

border-color css

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

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

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