Html Css Color HEX #478301 Bilbao

📋 copy color: '#478301'

red 71 ◦ green 131 ◦ blue 1

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

Shades of Bilbao #478301

Tints of Bilbao #478301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 34.98%
G = 64.53%
B = 0.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#478301 (or 0x478301) is known color: Bilbao. HEX triplet: 47, 83 and 01. RGB value is (71,131,1). Sum of RGB (Red+Green+Blue) = 71+131+1=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #478301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478301 is #B87CFE. Grayscale: #626262. Windows color (decimal): -12090623 or 99143. OLE color: 99143.

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

Color convert

RGB 71 131 1 -
CMYK 0.46 0 0.99 0.49
HSL 87.69º 0.98% 0.26% -
HSV(B) 87.69º 0.99% 0.51% -
XYZ 10.72 17.57 2.86 -
YUV 98.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 71 131 1 0.46 0 0.99 0.49 87.69 0.98 0.26
Hex 47 83 1 2E 0 63 31 58 62 1A
Octal 107 203 1 56 0 143 61 130 142 32
Binary 1000111 10000011 1 101110 0 1100011 110001 1011000 1100010 11010

Color Harmonies of #478301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478301

Black with #478301

Text Example


Text Example

White with #478301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478301; }

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

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

background-color css

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

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

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

border-color css

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

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

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