Html Css Color HEX #478016 Bilbao

📋 copy color: '#478016'

red 71 ◦ green 128 ◦ blue 22

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

Shades of Bilbao #478016

Tints of Bilbao #478016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 57.92%

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

R = 32.13%
G = 57.92%
B = 9.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#478016 (or 0x478016) is known color: Bilbao. HEX triplet: 47, 80 and 16. RGB value is (71,128,22). Sum of RGB (Red+Green+Blue) = 71+128+22=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #478016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478016 is #B87FE9. Grayscale: #636363. Windows color (decimal): -12091370 or 1474631. OLE color: 1474631.

HSL color Cylindrical-coordinate representation of color #478016: hue angle of 92.26º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #478016 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 128 22 -
CMYK 0.45 0 0.83 0.50
HSL 92.26º 0.71% 0.29% -
HSV(B) 92.26º 0.83% 0.5% -
XYZ 10.46 16.84 3.46 -
YUV 98.87 84.62 108.12 -
System Red Green Blue C M Y K H S L
Decimal 71 128 22 0.45 0 0.83 0.50 92.26 0.71 0.29
Hex 47 80 16 2D 0 53 32 5C 47 1D
Octal 107 200 26 55 0 123 62 134 107 35
Binary 1000111 10000000 10110 101101 0 1010011 110010 1011100 1000111 11101

Color Harmonies of #478016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478016

Black with #478016

Text Example


Text Example

White with #478016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478016; }

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

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

background-color css

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

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

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

border-color css

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

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

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