Html Css Color HEX #47752C Bilbao

📋 copy color: '#47752C'

red 71 ◦ green 117 ◦ blue 44

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

Shades of Bilbao #47752C

Tints of Bilbao #47752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.97%

R = 30.6%
G = 50.43%
B = 18.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#47752C (or 0x47752C) is known color: Bilbao. HEX triplet: 47, 75 and 2C. RGB value is (71,117,44). Sum of RGB (Red+Green+Blue) = 71+117+44=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #47752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47752C is #B88AD3. Grayscale: #5F5F5F. Windows color (decimal): -12094164 or 2913607. OLE color: 2913607.

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

Color convert

RGB 71 117 44 -
CMYK 0.39 0 0.62 0.54
HSL 97.81º 0.45% 0.32% -
HSV(B) 97.81º 0.62% 0.46% -
XYZ 9.41 14.24 4.64 -
YUV 94.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 71 117 44 0.39 0 0.62 0.54 97.81 0.45 0.32
Hex 47 75 2C 27 0 3E 36 62 2D 20
Octal 107 165 54 47 0 76 66 142 55 40
Binary 1000111 1110101 101100 100111 0 111110 110110 1100010 101101 100000

Color Harmonies of #47752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47752C

Black with #47752C

Text Example


Text Example

White with #47752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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