Html Css Color HEX #477530 Bilbao

📋 copy color: '#477530'

red 71 ◦ green 117 ◦ blue 48

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

Shades of Bilbao #477530

Tints of Bilbao #477530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.58%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 30.08%
G = 49.58%
B = 20.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#477530 (or 0x477530) is known color: Bilbao. HEX triplet: 47, 75 and 30. RGB value is (71,117,48). Sum of RGB (Red+Green+Blue) = 71+117+48=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #477530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477530 is #B88ACF. Grayscale: #5F5F5F. Windows color (decimal): -12094160 or 3175751. OLE color: 3175751.

HSL color Cylindrical-coordinate representation of color #477530: hue angle of 100º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477530 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 117 48 -
CMYK 0.39 0 0.59 0.54
HSL 100º 0.42% 0.32% -
HSV(B) 100º 0.59% 0.46% -
XYZ 9.49 14.28 5.05 -
YUV 95.38 101.26 110.61 -
System Red Green Blue C M Y K H S L
Decimal 71 117 48 0.39 0 0.59 0.54 100 0.42 0.32
Hex 47 75 30 27 0 3B 36 64 2A 20
Octal 107 165 60 47 0 73 66 144 52 40
Binary 1000111 1110101 110000 100111 0 111011 110110 1100100 101010 100000

Color Harmonies of #477530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477530

Black with #477530

Text Example


Text Example

White with #477530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477530; }

 p { color: rgb(71,117,48); }

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

background-color css

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

 a { background-color: rgb(71,117,48); }

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

border-color css

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

 span { border-color: rgb(71,117,48); }

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