Html Css Color HEX #478005 Bilbao

📋 copy color: '#478005'

red 71 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #478005

Tints of Bilbao #478005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 34.8%
G = 62.75%
B = 2.45%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#478005 (or 0x478005) is known color: Bilbao. HEX triplet: 47, 80 and 05. RGB value is (71,128,5). Sum of RGB (Red+Green+Blue) = 71+128+5=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 128 (50.39% from 255 or 62.75% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 128 - color contains mainly: green. Hex color #478005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478005 is #B87FFA. Grayscale: #616161. Windows color (decimal): -12091387 or 360519. OLE color: 360519.

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

Color convert

RGB 71 128 5 -
CMYK 0.45 0 0.96 0.50
HSL 87.8º 0.92% 0.26% -
HSV(B) 87.8º 0.96% 0.5% -
XYZ 10.35 16.79 2.84 -
YUV 96.94 76.12 109.5 -
System Red Green Blue C M Y K H S L
Decimal 71 128 5 0.45 0 0.96 0.50 87.8 0.92 0.26
Hex 47 80 5 2D 0 60 32 58 5C 1A
Octal 107 200 5 55 0 140 62 130 134 32
Binary 1000111 10000000 101 101101 0 1100000 110010 1011000 1011100 11010

Color Harmonies of #478005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478005

Black with #478005

Text Example


Text Example

White with #478005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478005; }

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

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

background-color css

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

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

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

border-color css

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

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

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