Html Css Color HEX #478308 Bilbao

📋 copy color: '#478308'

red 71 ◦ green 131 ◦ blue 8

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

Shades of Bilbao #478308

Tints of Bilbao #478308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 33.81%
G = 62.38%
B = 3.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#478308 (or 0x478308) is known color: Bilbao. HEX triplet: 47, 83 and 08. RGB value is (71,131,8). Sum of RGB (Red+Green+Blue) = 71+131+8=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 131 (51.56% from 255 or 62.38% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 131 - color contains mainly: green. Hex color #478308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478308 is #B87CF7. Grayscale: #636363. Windows color (decimal): -12090616 or 557895. OLE color: 557895.

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

Color convert

RGB 71 131 8 -
CMYK 0.46 0 0.94 0.49
HSL 89.27º 0.88% 0.27% -
HSV(B) 89.27º 0.94% 0.51% -
XYZ 10.76 17.59 3.06 -
YUV 99.04 76.62 108 -
System Red Green Blue C M Y K H S L
Decimal 71 131 8 0.46 0 0.94 0.49 89.27 0.88 0.27
Hex 47 83 8 2E 0 5E 31 59 58 1B
Octal 107 203 10 56 0 136 61 131 130 33
Binary 1000111 10000011 1000 101110 0 1011110 110001 1011001 1011000 11011

Color Harmonies of #478308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478308

Black with #478308

Text Example


Text Example

White with #478308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478308; }

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

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

background-color css

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

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

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

border-color css

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

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

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