Html Css Color HEX #478500 Bilbao

📋 copy color: '#478500'

red 71 ◦ green 133 ◦ blue 0

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

Shades of Bilbao #478500

Tints of Bilbao #478500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.8%
G = 65.2%
B = 0%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#478500 (or 0x478500) is known color: Bilbao. HEX triplet: 47, 85 and 00. RGB value is (71,133,0). Sum of RGB (Red+Green+Blue) = 71+133+0=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #478500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478500 is #B87AFF. Grayscale: #636363. Windows color (decimal): -12090112 or 34119. OLE color: 34119.

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

Color convert

RGB 71 133 0 -
CMYK 0.47 0 1 0.48
HSL 87.97º 1% 0.26% -
HSV(B) 87.97º 1% 0.52% -
XYZ 10.99 18.11 2.92 -
YUV 99.3 71.96 107.81 -
System Red Green Blue C M Y K H S L
Decimal 71 133 0 0.47 0 1 0.48 87.97 1 0.26
Hex 47 85 0 2F 0 64 30 58 64 1A
Octal 107 205 0 57 0 144 60 130 144 32
Binary 1000111 10000101 0 101111 0 1100100 110000 1011000 1100100 11010

Color Harmonies of #478500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478500

Black with #478500

Text Example


Text Example

White with #478500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478500; }

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

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

background-color css

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

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

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

border-color css

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

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

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