Html Css Color HEX #47762A Bilbao

📋 copy color: '#47762A'

red 71 ◦ green 118 ◦ blue 42

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

Shades of Bilbao #47762A

Tints of Bilbao #47762A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

 BLUE value IS 42 (16.8% from 255) = 18.18%

R = 30.74%
G = 51.08%
B = 18.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#47762A (or 0x47762A) is known color: Bilbao. HEX triplet: 47, 76 and 2A. RGB value is (71,118,42). Sum of RGB (Red+Green+Blue) = 71+118+42=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #47762A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47762A is #B889D5. Grayscale: #5F5F5F. Windows color (decimal): -12093910 or 2782791. OLE color: 2782791.

HSL color Cylindrical-coordinate representation of color #47762A: hue angle of 97.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47762A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 118 42 -
CMYK 0.40 0 0.64 0.54
HSL 97.11º 0.48% 0.31% -
HSV(B) 97.11º 0.64% 0.46% -
XYZ 9.49 14.46 4.48 -
YUV 95.28 97.93 110.68 -
System Red Green Blue C M Y K H S L
Decimal 71 118 42 0.40 0 0.64 0.54 97.11 0.48 0.31
Hex 47 76 2A 28 0 40 36 61 30 1F
Octal 107 166 52 50 0 100 66 141 60 37
Binary 1000111 1110110 101010 101000 0 1000000 110110 1100001 110000 11111

Color Harmonies of #47762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47762A

Black with #47762A

Text Example


Text Example

White with #47762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47762A; }

 p { color: rgb(71,118,42); }

 H1.HeaderClassName
 {
   color: #47762A;
 }
 .AnyTagClassName
 {
   color: #47762A;
 }
</style>

background-color css

<style>
 a { background-color: #47762A; }

 a { background-color: rgb(71,118,42); }

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

border-color css

<style>
 span { border-color: #47762A; }

 span { border-color: rgb(71,118,42); }

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