Html Css Color HEX #47772B Bilbao

📋 copy color: '#47772B'

red 71 ◦ green 119 ◦ blue 43

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

Shades of Bilbao #47772B

Tints of Bilbao #47772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.07%

 BLUE value IS 43 (17.19% from 255) = 18.45%

R = 30.47%
G = 51.07%
B = 18.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#47772B (or 0x47772B) is known color: Bilbao. HEX triplet: 47, 77 and 2B. RGB value is (71,119,43). Sum of RGB (Red+Green+Blue) = 71+119+43=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #47772B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47772B is #B888D4. Grayscale: #606060. Windows color (decimal): -12093653 or 2848583. OLE color: 2848583.

HSL color Cylindrical-coordinate representation of color #47772B: hue angle of 97.89º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47772B is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 43 -
CMYK 0.40 0 0.64 0.53
HSL 97.89º 0.47% 0.32% -
HSV(B) 97.89º 0.64% 0.47% -
XYZ 9.63 14.71 4.62 -
YUV 95.98 98.1 110.18 -
System Red Green Blue C M Y K H S L
Decimal 71 119 43 0.40 0 0.64 0.53 97.89 0.47 0.32
Hex 47 77 2B 28 0 40 35 62 2F 20
Octal 107 167 53 50 0 100 65 142 57 40
Binary 1000111 1110111 101011 101000 0 1000000 110101 1100010 101111 100000

Color Harmonies of #47772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47772B

Black with #47772B

Text Example


Text Example

White with #47772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47772B; }

 p { color: rgb(71,119,43); }

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

background-color css

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

 a { background-color: rgb(71,119,43); }

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

border-color css

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

 span { border-color: rgb(71,119,43); }

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