Html Css Color HEX #47820A Bilbao

📋 copy color: '#47820A'

red 71 ◦ green 130 ◦ blue 10

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

Shades of Bilbao #47820A

Tints of Bilbao #47820A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.61%

 BLUE value IS 10 (4.3% from 255) = 4.74%

R = 33.65%
G = 61.61%
B = 4.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#47820A (or 0x47820A) is known color: Bilbao. HEX triplet: 47, 82 and 0A. RGB value is (71,130,10). Sum of RGB (Red+Green+Blue) = 71+130+10=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #47820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47820A is #B87DF5. Grayscale: #636363. Windows color (decimal): -12090870 or 688711. OLE color: 688711.

HSL color Cylindrical-coordinate representation of color #47820A: hue angle of 89.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47820A is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 10 -
CMYK 0.45 0 0.92 0.49
HSL 89.5º 0.86% 0.27% -
HSV(B) 89.5º 0.92% 0.51% -
XYZ 10.64 17.33 3.07 -
YUV 98.68 77.95 108.26 -
System Red Green Blue C M Y K H S L
Decimal 71 130 10 0.45 0 0.92 0.49 89.5 0.86 0.27
Hex 47 82 A 2D 0 5C 31 5A 56 1B
Octal 107 202 12 55 0 134 61 132 126 33
Binary 1000111 10000010 1010 101101 0 1011100 110001 1011010 1010110 11011

Color Harmonies of #47820A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47820A

Black with #47820A

Text Example


Text Example

White with #47820A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47820A; }

 p { color: rgb(71,130,10); }

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

background-color css

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

 a { background-color: rgb(71,130,10); }

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

border-color css

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

 span { border-color: rgb(71,130,10); }

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