#4B7D27

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

Shades of Bilbao #4B7D27

Tints of Bilbao #4B7D27

Color information

#4B7D27 (or 0x4B7D27) is unknown color: approx Bilbao. HEX triplet: 4B, 7D and 27. RGB value is (75,125,39). Sum of RGB (Red+Green+Blue) = 75+125+39=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #4B7D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7D27 is #B482D8. Grayscale: #646464. Windows color (decimal): -11829977 or 2587979. OLE color: 2587979.

HSL color Cylindrical-coordinate representation of color #4B7D27: hue angle of 94.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B7D27 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB7512539-
CMYK0.4000.690.51
HSL94.88º52.44%32.16%-
HSV(B)94.88º68.8%49.02%-
XYZ10.616.314.51-
YUV100.2593.44109.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 125 (49.22% from 255) = 52.30%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=31.38%
G=52.30%
B=16.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75125390.4000.690.5194.8852.4432.16
Hex4B7D2728045335f3420
Octal11317547500105631376440
Binary10010111111101100111101000010001011100111011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,125,39); }

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

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

 a { background-color: rgb(75,125,39); }

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

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

 span { border-color: rgb(75,125,39); }

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