Html Css Color HEX #354844 Firefly

📋 copy color: '#354844'

red 53 ◦ green 72 ◦ blue 68

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

Shades of Firefly #354844

Tints of Firefly #354844

RGB

 RED value IS 53 (21.09% from 255) = 27.46%

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

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

R = 27.46%
G = 37.31%
B = 35.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#354844 (or 0x354844) is known color: Firefly. HEX triplet: 35, 48 and 44. RGB value is (53,72,68). Sum of RGB (Red+Green+Blue) = 53+72+68=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #354844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354844 is #CAB7BB. Grayscale: #414141. Windows color (decimal): -13285308 or 4474933. OLE color: 4474933.

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

Color convert

RGB 53 72 68 -
CMYK 0.26 0 0.06 0.72
HSL 167.37º 0.15% 0.25% -
HSV(B) 167.37º 0.26% 0.28% -
XYZ 4.83 5.81 6.34 -
YUV 65.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 53 72 68 0.26 0 0.06 0.72 167.37 0.15 0.25
Hex 35 48 44 1A 0 6 48 A7 F 19
Octal 65 110 104 32 0 6 110 247 17 31
Binary 110101 1001000 1000100 11010 0 110 1001000 10100111 1111 11001

Color Harmonies of #354844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354844

Black with #354844

Text Example


Text Example

White with #354844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354844; }

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

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

background-color css

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

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

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

border-color css

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

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

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