#338028

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

Shades of Bilbao #338028

Tints of Bilbao #338028

Color information

#338028 (or 0x338028) is unknown color: approx Bilbao. HEX triplet: 33, 80 and 28. RGB value is (51,128,40). Sum of RGB (Red+Green+Blue) = 51+128+40=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #338028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338028 is #CC7FD7. Grayscale: #5F5F5F. Windows color (decimal): -13402072 or 2654259. OLE color: 2654259.

HSL color Cylindrical-coordinate representation of color #338028: hue angle of 112.5º 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 #338028 is Cyan = 0.60, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB5112840-
CMYK0.6000.690.50
HSL112.5º52.38%32.94%-
HSV(B)112.5º68.75%50.2%-
XYZ9.4716.34.65-
YUV94.9496.9996.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 128 (50.39% from 255) = 58.45%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=23.29%
G=58.45%
B=18.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51128400.6000.690.50112.552.3832.94
Hex3380283C04532703421
Octal6320050740105621606441
Binary11001110000000101000111100010001011100101110000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338028; }

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

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

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

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

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

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

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

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