#4C7A29

Color #4C7A29 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #4C7A29

Tints of Bilbao #4C7A29

Color information

#4C7A29 (or 0x4C7A29) is unknown color: approx Bilbao. HEX triplet: 4C, 7A and 29. RGB value is (76,122,41). Sum of RGB (Red+Green+Blue) = 76+122+41=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7A29 is #B385D6. Grayscale: #636363. Windows color (decimal): -11765207 or 2718284. OLE color: 2718284.

HSL color Cylindrical-coordinate representation of color #4C7A29: hue angle of 94.07º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C7A29 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB7612241-
CMYK0.3800.660.52
HSL94.07º49.69%31.96%-
HSV(B)94.07º66.39%47.84%-
XYZ10.3415.624.57-
YUV99.0195.26111.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.80%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=31.80%
G=51.05%
B=17.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76122410.3800.660.5294.0749.6931.96
Hex4C7A2926042345e3220
Octal11417251460102641366240
Binary10011001111010101001100110010000101101001011110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C7A29; }

 p { color: rgb(76,122,41); }

 H1.HeaderClassName
 {
   color: #4C7A29;
 }
 .AnyTagClassName
 {
   color: #4C7A29;
 }
</style>
background-color css

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

 a { background-color: rgb(76,122,41); }

 div.DivClassName
 {
   background-color: #4C7A29;
 }
 .BgClassName
 {
   background-color: #4C7A29;
 }
</style>
border-color css

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

 span { border-color: rgb(76,122,41); }

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