Html Css Color HEX #354845 Firefly

📋 copy color: '#354845'

red 53 ◦ green 72 ◦ blue 69

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

Shades of Firefly #354845

Tints of Firefly #354845

RGB

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

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

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

R = 27.32%
G = 37.11%
B = 35.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#354845 (or 0x354845) is known color: Firefly. HEX triplet: 35, 48 and 45. RGB value is (53,72,69). Sum of RGB (Red+Green+Blue) = 53+72+69=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #354845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354845 is #CAB7BA. Grayscale: #414141. Windows color (decimal): -13285307 or 4540469. OLE color: 4540469.

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

Color convert

RGB 53 72 69 -
CMYK 0.26 0 0.04 0.72
HSL 170.53º 0.15% 0.25% -
HSV(B) 170.53º 0.26% 0.28% -
XYZ 4.86 5.82 6.5 -
YUV 65.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 53 72 69 0.26 0 0.04 0.72 170.53 0.15 0.25
Hex 35 48 45 1A 0 4 48 AB F 19
Octal 65 110 105 32 0 4 110 253 17 31
Binary 110101 1001000 1000101 11010 0 100 1001000 10101011 1111 11001

Color Harmonies of #354845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354845

Black with #354845

Text Example


Text Example

White with #354845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354845; }

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

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

background-color css

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

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

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

border-color css

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

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

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