Html Css Color HEX #47821C Bilbao

📋 copy color: '#47821C'

red 71 ◦ green 130 ◦ blue 28

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

Shades of Bilbao #47821C

Tints of Bilbao #47821C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.23%

R = 31%
G = 56.77%
B = 12.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#47821C (or 0x47821C) is known color: Bilbao. HEX triplet: 47, 82 and 1C. RGB value is (71,130,28). Sum of RGB (Red+Green+Blue) = 71+130+28=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #47821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47821C is #B87DE3. Grayscale: #656565. Windows color (decimal): -12090852 or 1868359. OLE color: 1868359.

HSL color Cylindrical-coordinate representation of color #47821C: hue angle of 94.71º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47821C is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 28 -
CMYK 0.45 0 0.78 0.49
HSL 94.71º 0.65% 0.31% -
HSV(B) 94.71º 0.78% 0.51% -
XYZ 10.79 17.39 3.89 -
YUV 100.73 86.95 106.79 -
System Red Green Blue C M Y K H S L
Decimal 71 130 28 0.45 0 0.78 0.49 94.71 0.65 0.31
Hex 47 82 1C 2D 0 4E 31 5F 41 1F
Octal 107 202 34 55 0 116 61 137 101 37
Binary 1000111 10000010 11100 101101 0 1001110 110001 1011111 1000001 11111

Color Harmonies of #47821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47821C

Black with #47821C

Text Example


Text Example

White with #47821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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