#438028

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

Shades of Bilbao #438028

Tints of Bilbao #438028

Color information

#438028 (or 0x438028) is unknown color: approx Bilbao. HEX triplet: 43, 80 and 28. RGB value is (67,128,40). Sum of RGB (Red+Green+Blue) = 67+128+40=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 128 (50.39% from 255 or 54.47% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 128 - color contains mainly: green. Hex color #438028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438028 is #BC7FD7. Grayscale: #646464. Windows color (decimal): -12353496 or 2654275. OLE color: 2654275.

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

Color convert

RGB6712840-
CMYK0.4800.690.50
HSL101.59º52.38%32.94%-
HSV(B)101.59º68.75%50.2%-
XYZ10.4216.784.7-
YUV99.7394.29104.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.51%
GREEN value IS 128 (50.39% from 255) = 54.47%
BLUE value IS 40 (16.02% from 255) = 17.02%
R=28.51%
G=54.47%
B=17.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67128400.4800.690.50101.5952.3832.94
Hex4380283004532663421
Octal10320050600105621466441
Binary100001110000000101000110000010001011100101100110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438028; }

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

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

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

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

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

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

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

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