Html Css Color HEX #304543 Firefly

📋 copy color: '#304543'

red 48 ◦ green 69 ◦ blue 67

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

Shades of Firefly #304543

Tints of Firefly #304543

RGB

 RED value IS 48 (19.14% from 255) = 26.09%

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

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

R = 26.09%
G = 37.5%
B = 36.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#304543 (or 0x304543) is known color: Firefly. HEX triplet: 30, 45 and 43. RGB value is (48,69,67). Sum of RGB (Red+Green+Blue) = 48+69+67=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 69 - color contains mainly: green. Hex color #304543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304543 is #CFBABC. Grayscale: #3E3E3E. Windows color (decimal): -13613757 or 4408624. OLE color: 4408624.

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

Color convert

RGB 48 69 67 -
CMYK 0.30 0 0.03 0.73
HSL 174.29º 0.18% 0.23% -
HSV(B) 174.29º 0.3% 0.27% -
XYZ 4.36 5.29 6.1 -
YUV 62.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 48 69 67 0.30 0 0.03 0.73 174.29 0.18 0.23
Hex 30 45 43 1E 0 3 49 AE 12 17
Octal 60 105 103 36 0 3 111 256 22 27
Binary 110000 1000101 1000011 11110 0 11 1001001 10101110 10010 10111

Color Harmonies of #304543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304543

Black with #304543

Text Example


Text Example

White with #304543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304543; }

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

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

background-color css

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

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

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

border-color css

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

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

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