Html Css Color HEX #478319 Bilbao

📋 copy color: '#478319'

red 71 ◦ green 131 ◦ blue 25

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

Shades of Bilbao #478319

Tints of Bilbao #478319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.01%

R = 31.28%
G = 57.71%
B = 11.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#478319 (or 0x478319) is known color: Bilbao. HEX triplet: 47, 83 and 19. RGB value is (71,131,25). Sum of RGB (Red+Green+Blue) = 71+131+25=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #478319 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478319 is #B87CE6. Grayscale: #656565. Windows color (decimal): -12090599 or 1672007. OLE color: 1672007.

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

Color convert

RGB 71 131 25 -
CMYK 0.46 0 0.81 0.49
HSL 93.96º 0.68% 0.31% -
HSV(B) 93.96º 0.81% 0.51% -
XYZ 10.89 17.64 3.75 -
YUV 100.98 85.12 106.62 -
System Red Green Blue C M Y K H S L
Decimal 71 131 25 0.46 0 0.81 0.49 93.96 0.68 0.31
Hex 47 83 19 2E 0 51 31 5E 44 1F
Octal 107 203 31 56 0 121 61 136 104 37
Binary 1000111 10000011 11001 101110 0 1010001 110001 1011110 1000100 11111

Color Harmonies of #478319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478319

Black with #478319

Text Example


Text Example

White with #478319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478319; }

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

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

background-color css

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

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

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

border-color css

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

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

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