Html Css Color HEX #354543 Firefly

📋 copy color: '#354543'

red 53 ◦ green 69 ◦ blue 67

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

Shades of Firefly #354543

Tints of Firefly #354543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.45%

R = 28.04%
G = 36.51%
B = 35.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#354543 (or 0x354543) is known color: Firefly. HEX triplet: 35, 45 and 43. RGB value is (53,69,67). Sum of RGB (Red+Green+Blue) = 53+69+67=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 69 - color contains mainly: green. Hex color #354543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354543 is #CABABC. Grayscale: #3F3F3F. Windows color (decimal): -13286077 or 4408629. OLE color: 4408629.

HSL color Cylindrical-coordinate representation of color #354543: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354543 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 69 67 -
CMYK 0.23 0 0.03 0.73
HSL 172.5º 0.13% 0.24% -
HSV(B) 172.5º 0.23% 0.27% -
XYZ 4.61 5.42 6.11 -
YUV 63.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 53 69 67 0.23 0 0.03 0.73 172.5 0.13 0.24
Hex 35 45 43 17 0 3 49 AC D 18
Octal 65 105 103 27 0 3 111 254 15 30
Binary 110101 1000101 1000011 10111 0 11 1001001 10101100 1101 11000

Color Harmonies of #354543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354543

Black with #354543

Text Example


Text Example

White with #354543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354543; }

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

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

background-color css

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

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

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

border-color css

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

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

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