Html Css Color HEX #478100 Bilbao

📋 copy color: '#478100'

red 71 ◦ green 129 ◦ blue 0

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

Shades of Bilbao #478100

Tints of Bilbao #478100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.5%
G = 64.5%
B = 0%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#478100 (or 0x478100) is known color: Bilbao. HEX triplet: 47, 81 and 00. RGB value is (71,129,0). Sum of RGB (Red+Green+Blue) = 71+129+0=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #478100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478100 is #B87EFF. Grayscale: #616161. Windows color (decimal): -12091136 or 33095. OLE color: 33095.

HSL color Cylindrical-coordinate representation of color #478100: hue angle of 86.98º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #478100 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 129 0 -
CMYK 0.45 0 1 0.49
HSL 86.98º 1% 0.25% -
HSV(B) 86.98º 1% 0.51% -
XYZ 10.45 17.04 2.74 -
YUV 96.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 71 129 0 0.45 0 1 0.49 86.98 1 0.25
Hex 47 81 0 2D 0 64 31 57 64 19
Octal 107 201 0 55 0 144 61 127 144 31
Binary 1000111 10000001 0 101101 0 1100100 110001 1010111 1100100 11001

Color Harmonies of #478100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478100

Black with #478100

Text Example


Text Example

White with #478100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478100; }

 p { color: rgb(71,129,0); }

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

background-color css

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

 a { background-color: rgb(71,129,0); }

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

border-color css

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

 span { border-color: rgb(71,129,0); }

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