Html Css Color HEX #478201 Bilbao

📋 copy color: '#478201'

red 71 ◦ green 130 ◦ blue 1

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

Shades of Bilbao #478201

Tints of Bilbao #478201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.36%

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

R = 35.15%
G = 64.36%
B = 0.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#478201 (or 0x478201) is known color: Bilbao. HEX triplet: 47, 82 and 01. RGB value is (71,130,1). Sum of RGB (Red+Green+Blue) = 71+130+1=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #478201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478201 is #B87DFE. Grayscale: #626262. Windows color (decimal): -12090879 or 98887. OLE color: 98887.

HSL color Cylindrical-coordinate representation of color #478201: hue angle of 87.44º 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 #478201 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 1 -
CMYK 0.45 0 0.99 0.49
HSL 87.44º 0.98% 0.26% -
HSV(B) 87.44º 0.99% 0.51% -
XYZ 10.59 17.31 2.81 -
YUV 97.65 73.45 108.99 -
System Red Green Blue C M Y K H S L
Decimal 71 130 1 0.45 0 0.99 0.49 87.44 0.98 0.26
Hex 47 82 1 2D 0 63 31 57 62 1A
Octal 107 202 1 55 0 143 61 127 142 32
Binary 1000111 10000010 1 101101 0 1100011 110001 1010111 1100010 11010

Color Harmonies of #478201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478201

Black with #478201

Text Example


Text Example

White with #478201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478201; }

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

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

background-color css

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

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

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

border-color css

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

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

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