Html Css Color HEX #304645 Firefly

📋 copy color: '#304645'

red 48 ◦ green 70 ◦ blue 69

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

Shades of Firefly #304645

Tints of Firefly #304645

RGB

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

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

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

R = 25.67%
G = 37.43%
B = 36.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#304645 (or 0x304645) is known color: Firefly. HEX triplet: 30, 46 and 45. RGB value is (48,70,69). Sum of RGB (Red+Green+Blue) = 48+70+69=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #304645 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304645 is #CFB9BA. Grayscale: #3F3F3F. Windows color (decimal): -13613499 or 4539952. OLE color: 4539952.

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

Color convert

RGB 48 70 69 -
CMYK 0.31 0 0.01 0.73
HSL 177.27º 0.19% 0.23% -
HSV(B) 177.27º 0.31% 0.27% -
XYZ 4.48 5.44 6.44 -
YUV 63.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 48 70 69 0.31 0 0.01 0.73 177.27 0.19 0.23
Hex 30 46 45 1F 0 1 49 B1 13 17
Octal 60 106 105 37 0 1 111 261 23 27
Binary 110000 1000110 1000101 11111 0 1 1001001 10110001 10011 10111

Color Harmonies of #304645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304645

Black with #304645

Text Example


Text Example

White with #304645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304645; }

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

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

background-color css

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

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

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

border-color css

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

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

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