Html Css Color HEX #478416 Bilbao

📋 copy color: '#478416'

red 71 ◦ green 132 ◦ blue 22

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

Shades of Bilbao #478416

Tints of Bilbao #478416

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.67%

 BLUE value IS 22 (8.98% from 255) = 9.78%

R = 31.56%
G = 58.67%
B = 9.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#478416 (or 0x478416) is known color: Bilbao. HEX triplet: 47, 84 and 16. RGB value is (71,132,22). Sum of RGB (Red+Green+Blue) = 71+132+22=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #478416 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478416 is #B87BE9. Grayscale: #656565. Windows color (decimal): -12090346 or 1475655. OLE color: 1475655.

HSL color Cylindrical-coordinate representation of color #478416: hue angle of 93.27º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #478416 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 22 -
CMYK 0.46 0 0.83 0.48
HSL 93.27º 0.71% 0.3% -
HSV(B) 93.27º 0.83% 0.52% -
XYZ 10.99 17.9 3.63 -
YUV 101.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 71 132 22 0.46 0 0.83 0.48 93.27 0.71 0.3
Hex 47 84 16 2E 0 53 30 5D 47 1E
Octal 107 204 26 56 0 123 60 135 107 36
Binary 1000111 10000100 10110 101110 0 1010011 110000 1011101 1000111 11110

Color Harmonies of #478416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478416

Black with #478416

Text Example


Text Example

White with #478416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478416; }

 p { color: rgb(71,132,22); }

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

background-color css

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

 a { background-color: rgb(71,132,22); }

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

border-color css

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

 span { border-color: rgb(71,132,22); }

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