Html Css Color HEX #47850D Bilbao

📋 copy color: '#47850D'

red 71 ◦ green 133 ◦ blue 13

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

Shades of Bilbao #47850D

Tints of Bilbao #47850D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.29%

 BLUE value IS 13 (5.47% from 255) = 5.99%

R = 32.72%
G = 61.29%
B = 5.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#47850D (or 0x47850D) is known color: Bilbao. HEX triplet: 47, 85 and 0D. RGB value is (71,133,13). Sum of RGB (Red+Green+Blue) = 71+133+13=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #47850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #47850D is #B87AF2. Grayscale: #656565. Windows color (decimal): -12090099 or 886087. OLE color: 886087.

HSL color Cylindrical-coordinate representation of color #47850D: hue angle of 91º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47850D is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 13 -
CMYK 0.47 0 0.90 0.48
HSL 91º 0.82% 0.29% -
HSV(B) 91º 0.9% 0.52% -
XYZ 11.06 18.14 3.3 -
YUV 100.78 78.46 106.76 -
System Red Green Blue C M Y K H S L
Decimal 71 133 13 0.47 0 0.90 0.48 91 0.82 0.29
Hex 47 85 D 2F 0 5A 30 5B 52 1D
Octal 107 205 15 57 0 132 60 133 122 35
Binary 1000111 10000101 1101 101111 0 1011010 110000 1011011 1010010 11101

Color Harmonies of #47850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47850D

Black with #47850D

Text Example


Text Example

White with #47850D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47850D; }

 p { color: rgb(71,133,13); }

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

background-color css

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

 a { background-color: rgb(71,133,13); }

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

border-color css

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

 span { border-color: rgb(71,133,13); }

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