Html Css Color HEX #478310 Bilbao

📋 copy color: '#478310'

red 71 ◦ green 131 ◦ blue 16

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

Shades of Bilbao #478310

Tints of Bilbao #478310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 32.57%
G = 60.09%
B = 7.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#478310 (or 0x478310) is known color: Bilbao. HEX triplet: 47, 83 and 10. RGB value is (71,131,16). Sum of RGB (Red+Green+Blue) = 71+131+16=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 131 (51.56% from 255 or 60.09% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 131 - color contains mainly: green. Hex color #478310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478310 is #B87CEF. Grayscale: #646464. Windows color (decimal): -12090608 or 1082183. OLE color: 1082183.

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

Color convert

RGB 71 131 16 -
CMYK 0.46 0 0.88 0.49
HSL 91.3º 0.78% 0.29% -
HSV(B) 91.3º 0.88% 0.51% -
XYZ 10.81 17.61 3.32 -
YUV 99.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 71 131 16 0.46 0 0.88 0.49 91.3 0.78 0.29
Hex 47 83 10 2E 0 58 31 5B 4E 1D
Octal 107 203 20 56 0 130 61 133 116 35
Binary 1000111 10000011 10000 101110 0 1011000 110001 1011011 1001110 11101

Color Harmonies of #478310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478310

Black with #478310

Text Example


Text Example

White with #478310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478310; }

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

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

background-color css

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

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

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

border-color css

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

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

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