Html Css Color HEX #478415 Bilbao

📋 copy color: '#478415'

red 71 ◦ green 132 ◦ blue 21

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

Shades of Bilbao #478415

Tints of Bilbao #478415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 58.93%

 BLUE value IS 21 (8.59% from 255) = 9.38%

R = 31.7%
G = 58.93%
B = 9.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#478415 (or 0x478415) is known color: Bilbao. HEX triplet: 47, 84 and 15. RGB value is (71,132,21). Sum of RGB (Red+Green+Blue) = 71+132+21=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #478415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478415 is #B87BEA. Grayscale: #656565. Windows color (decimal): -12090347 or 1410119. OLE color: 1410119.

HSL color Cylindrical-coordinate representation of color #478415: hue angle of 92.97º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #478415 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 132 21 -
CMYK 0.46 0 0.84 0.48
HSL 92.97º 0.73% 0.3% -
HSV(B) 92.97º 0.84% 0.52% -
XYZ 10.99 17.9 3.58 -
YUV 101.11 82.79 106.53 -
System Red Green Blue C M Y K H S L
Decimal 71 132 21 0.46 0 0.84 0.48 92.97 0.73 0.3
Hex 47 84 15 2E 0 54 30 5D 49 1E
Octal 107 204 25 56 0 124 60 135 111 36
Binary 1000111 10000100 10101 101110 0 1010100 110000 1011101 1001001 11110

Color Harmonies of #478415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478415

Black with #478415

Text Example


Text Example

White with #478415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478415; }

 p { color: rgb(71,132,21); }

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

background-color css

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

 a { background-color: rgb(71,132,21); }

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

border-color css

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

 span { border-color: rgb(71,132,21); }

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