Html Css Color HEX #354643 Firefly

📋 copy color: '#354643'

red 53 ◦ green 70 ◦ blue 67

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

Shades of Firefly #354643

Tints of Firefly #354643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.84%

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

R = 27.89%
G = 36.84%
B = 35.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#354643 (or 0x354643) is known color: Firefly. HEX triplet: 35, 46 and 43. RGB value is (53,70,67). Sum of RGB (Red+Green+Blue) = 53+70+67=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 70 - color contains mainly: green. Hex color #354643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354643 is #CAB9BC. Grayscale: #404040. Windows color (decimal): -13285821 or 4408885. OLE color: 4408885.

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

Color convert

RGB 53 70 67 -
CMYK 0.24 0 0.04 0.73
HSL 169.41º 0.14% 0.24% -
HSV(B) 169.41º 0.24% 0.27% -
XYZ 4.67 5.54 6.13 -
YUV 64.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 53 70 67 0.24 0 0.04 0.73 169.41 0.14 0.24
Hex 35 46 43 18 0 4 49 A9 E 18
Octal 65 106 103 30 0 4 111 251 16 30
Binary 110101 1000110 1000011 11000 0 100 1001001 10101001 1110 11000

Color Harmonies of #354643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354643

Black with #354643

Text Example


Text Example

White with #354643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354643; }

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

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

background-color css

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

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

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

border-color css

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

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

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