Html Css Color HEX #47772D Bilbao

📋 copy color: '#47772D'

red 71 ◦ green 119 ◦ blue 45

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

Shades of Bilbao #47772D

Tints of Bilbao #47772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 30.21%
G = 50.64%
B = 19.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#47772D (or 0x47772D) is known color: Bilbao. HEX triplet: 47, 77 and 2D. RGB value is (71,119,45). Sum of RGB (Red+Green+Blue) = 71+119+45=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #47772D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47772D is #B888D2. Grayscale: #606060. Windows color (decimal): -12093651 or 2979655. OLE color: 2979655.

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

Color convert

RGB 71 119 45 -
CMYK 0.40 0 0.62 0.53
HSL 98.92º 0.45% 0.32% -
HSV(B) 98.92º 0.62% 0.47% -
XYZ 9.67 14.72 4.81 -
YUV 96.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 71 119 45 0.40 0 0.62 0.53 98.92 0.45 0.32
Hex 47 77 2D 28 0 3E 35 63 2D 20
Octal 107 167 55 50 0 76 65 143 55 40
Binary 1000111 1110111 101101 101000 0 111110 110101 1100011 101101 100000

Color Harmonies of #47772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47772D

Black with #47772D

Text Example


Text Example

White with #47772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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