#438128

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

Shades of Bilbao #438128

Tints of Bilbao #438128

Color information

#438128 (or 0x438128) is unknown color: approx Bilbao. HEX triplet: 43, 81 and 28. RGB value is (67,129,40). Sum of RGB (Red+Green+Blue) = 67+129+40=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #438128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438128 is #BC7ED7. Grayscale: #646464. Windows color (decimal): -12353240 or 2654531. OLE color: 2654531.

HSL color Cylindrical-coordinate representation of color #438128: hue angle of 101.8º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #438128 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB6712940-
CMYK0.4800.690.49
HSL101.8º52.66%33.14%-
HSV(B)101.8º68.99%50.59%-
XYZ10.5517.054.74-
YUV100.3293.96104.24-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.39%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=28.39%
G=54.66%
B=16.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67129400.4800.690.49101.852.6633.14
Hex4381283004531663521
Octal10320150600105611466541
Binary100001110000001101000110000010001011100011100110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438128; }

 p { color: rgb(67,129,40); }

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

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

 a { background-color: rgb(67,129,40); }

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

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

 span { border-color: rgb(67,129,40); }

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