#4B8023

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

Shades of Bilbao #4B8023

Tints of Bilbao #4B8023

Color information

#4B8023 (or 0x4B8023) is unknown color: approx Bilbao. HEX triplet: 4B, 80 and 23. RGB value is (75,128,35). Sum of RGB (Red+Green+Blue) = 75+128+35=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #4B8023 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8023 is #B47FDC. Grayscale: #656565. Windows color (decimal): -11829213 or 2326603. OLE color: 2326603.

HSL color Cylindrical-coordinate representation of color #4B8023: hue angle of 94.19º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B8023 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB7512835-
CMYK0.4100.730.50
HSL94.19º57.06%31.96%-
HSV(B)94.19º72.66%50.2%-
XYZ10.9217.064.31-
YUV101.5590.44109.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 35 (14.06% from 255) = 14.71%
R=31.51%
G=53.78%
B=14.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal75128350.4100.730.5094.1957.0631.96
Hex4B802329049325e3920
Octal11320043510111621367140
Binary100101110000000100011101001010010011100101011110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,128,35); }

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

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

 a { background-color: rgb(75,128,35); }

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

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

 span { border-color: rgb(75,128,35); }

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