Html Css Color HEX #478105 Bilbao

📋 copy color: '#478105'

red 71 ◦ green 129 ◦ blue 5

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

Shades of Bilbao #478105

Tints of Bilbao #478105

RGB

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

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

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

R = 34.63%
G = 62.93%
B = 2.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#478105 (or 0x478105) is known color: Bilbao. HEX triplet: 47, 81 and 05. RGB value is (71,129,5). Sum of RGB (Red+Green+Blue) = 71+129+5=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #478105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478105 is #B87EFA. Grayscale: #616161. Windows color (decimal): -12091131 or 360775. OLE color: 360775.

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

Color convert

RGB 71 129 5 -
CMYK 0.45 0 0.96 0.49
HSL 88.06º 0.93% 0.26% -
HSV(B) 88.06º 0.96% 0.51% -
XYZ 10.48 17.05 2.88 -
YUV 97.52 75.78 109.08 -
System Red Green Blue C M Y K H S L
Decimal 71 129 5 0.45 0 0.96 0.49 88.06 0.93 0.26
Hex 47 81 5 2D 0 60 31 58 5D 1A
Octal 107 201 5 55 0 140 61 130 135 32
Binary 1000111 10000001 101 101101 0 1100000 110001 1011000 1011101 11010

Color Harmonies of #478105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478105

Black with #478105

Text Example


Text Example

White with #478105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478105; }

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

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

background-color css

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

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

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

border-color css

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

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

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