Html Css Color HEX #47772F Bilbao

📋 copy color: '#47772F'

red 71 ◦ green 119 ◦ blue 47

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

Shades of Bilbao #47772F

Tints of Bilbao #47772F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 29.96%
G = 50.21%
B = 19.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#47772F (or 0x47772F) is known color: Bilbao. HEX triplet: 47, 77 and 2F. RGB value is (71,119,47). Sum of RGB (Red+Green+Blue) = 71+119+47=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #47772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47772F is #B888D0. Grayscale: #606060. Windows color (decimal): -12093649 or 3110727. OLE color: 3110727.

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

Color convert

RGB 71 119 47 -
CMYK 0.40 0 0.61 0.53
HSL 100º 0.43% 0.33% -
HSV(B) 100º 0.61% 0.47% -
XYZ 9.71 14.74 5.02 -
YUV 96.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 71 119 47 0.40 0 0.61 0.53 100 0.43 0.33
Hex 47 77 2F 28 0 3D 35 64 2B 21
Octal 107 167 57 50 0 75 65 144 53 41
Binary 1000111 1110111 101111 101000 0 111101 110101 1100100 101011 100001

Color Harmonies of #47772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47772F

Black with #47772F

Text Example


Text Example

White with #47772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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