Html Css Color HEX #478501 Bilbao

📋 copy color: '#478501'

red 71 ◦ green 133 ◦ blue 1

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

Shades of Bilbao #478501

Tints of Bilbao #478501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 64.88%

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

R = 34.63%
G = 64.88%
B = 0.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#478501 (or 0x478501) is known color: Bilbao. HEX triplet: 47, 85 and 01. RGB value is (71,133,1). Sum of RGB (Red+Green+Blue) = 71+133+1=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #478501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478501 is #B87AFE. Grayscale: #636363. Windows color (decimal): -12090111 or 99655. OLE color: 99655.

HSL color Cylindrical-coordinate representation of color #478501: hue angle of 88.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #478501 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 1 -
CMYK 0.47 0 0.99 0.48
HSL 88.18º 0.99% 0.26% -
HSV(B) 88.18º 0.99% 0.52% -
XYZ 10.99 18.12 2.95 -
YUV 99.41 72.46 107.73 -
System Red Green Blue C M Y K H S L
Decimal 71 133 1 0.47 0 0.99 0.48 88.18 0.99 0.26
Hex 47 85 1 2F 0 63 30 58 63 1A
Octal 107 205 1 57 0 143 60 130 143 32
Binary 1000111 10000101 1 101111 0 1100011 110000 1011000 1100011 11010

Color Harmonies of #478501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478501

Black with #478501

Text Example


Text Example

White with #478501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478501; }

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

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

background-color css

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

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

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

border-color css

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

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

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