Html Css Color HEX #324844 Firefly

📋 copy color: '#324844'

red 50 ◦ green 72 ◦ blue 68

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

Shades of Firefly #324844

Tints of Firefly #324844

RGB

 RED value IS 50 (19.92% from 255) = 26.32%

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

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 26.32%
G = 37.89%
B = 35.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#324844 (or 0x324844) is known color: Firefly. HEX triplet: 32, 48 and 44. RGB value is (50,72,68). Sum of RGB (Red+Green+Blue) = 50+72+68=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #324844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324844 is #CDB7BB. Grayscale: #404040. Windows color (decimal): -13481916 or 4474930. OLE color: 4474930.

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

Color convert

RGB 50 72 68 -
CMYK 0.31 0 0.06 0.72
HSL 169.09º 0.18% 0.24% -
HSV(B) 169.09º 0.31% 0.28% -
XYZ 4.68 5.73 6.33 -
YUV 64.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 50 72 68 0.31 0 0.06 0.72 169.09 0.18 0.24
Hex 32 48 44 1F 0 6 48 A9 12 18
Octal 62 110 104 37 0 6 110 251 22 30
Binary 110010 1001000 1000100 11111 0 110 1001000 10101001 10010 11000

Color Harmonies of #324844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324844

Black with #324844

Text Example


Text Example

White with #324844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324844; }

 p { color: rgb(50,72,68); }

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

background-color css

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

 a { background-color: rgb(50,72,68); }

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

border-color css

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

 span { border-color: rgb(50,72,68); }

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