Html Css Color HEX #478304 Bilbao

📋 copy color: '#478304'

red 71 ◦ green 131 ◦ blue 4

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

Shades of Bilbao #478304

Tints of Bilbao #478304

RGB

 RED value IS 71 (28.13% from 255) = 34.47%

 GREEN value IS 131 (51.56% from 255) = 63.59%

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 34.47%
G = 63.59%
B = 1.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#478304 (or 0x478304) is known color: Bilbao. HEX triplet: 47, 83 and 04. RGB value is (71,131,4). Sum of RGB (Red+Green+Blue) = 71+131+4=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 131 (51.56% from 255 or 63.59% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 131 - color contains mainly: green. Hex color #478304 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478304 is #B87CFB. Grayscale: #636363. Windows color (decimal): -12090620 or 295751. OLE color: 295751.

HSL color Cylindrical-coordinate representation of color #478304: hue angle of 88.35º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #478304 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 131 4 -
CMYK 0.46 0 0.97 0.49
HSL 88.35º 0.94% 0.26% -
HSV(B) 88.35º 0.97% 0.51% -
XYZ 10.74 17.58 2.94 -
YUV 98.58 74.62 108.33 -
System Red Green Blue C M Y K H S L
Decimal 71 131 4 0.46 0 0.97 0.49 88.35 0.94 0.26
Hex 47 83 4 2E 0 61 31 58 5E 1A
Octal 107 203 4 56 0 141 61 130 136 32
Binary 1000111 10000011 100 101110 0 1100001 110001 1011000 1011110 11010

Color Harmonies of #478304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478304

Black with #478304

Text Example


Text Example

White with #478304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478304; }

 p { color: rgb(71,131,4); }

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

background-color css

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

 a { background-color: rgb(71,131,4); }

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

border-color css

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

 span { border-color: rgb(71,131,4); }

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