#338A19

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

Shades of Bilbao #338A19

Tints of Bilbao #338A19

Color information

#338A19 (or 0x338A19) is unknown color: approx Bilbao. HEX triplet: 33, 8A and 19. RGB value is (51,138,25). Sum of RGB (Red+Green+Blue) = 51+138+25=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 138 (54.30% from 255 or 64.49% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 138 - color contains mainly: green. Hex color #338A19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338A19 is #CC75E6. Grayscale: #636363. Windows color (decimal): -13399527 or 1673779. OLE color: 1673779.

HSL color Cylindrical-coordinate representation of color #338A19: hue angle of 106.19º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #338A19 is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB5113825-
CMYK0.6300.820.46
HSL106.19º69.33%31.96%-
HSV(B)106.19º81.88%54.12%-
XYZ10.6318.954.02-
YUV99.186.1893.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 138 (54.30% from 255) = 64.49%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=23.83%
G=64.49%
B=11.68%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51138250.6300.820.46106.1969.3331.96
Hex338A193F0522E6a4520
Octal63212317701225615210540
Binary11001110001010110011111110101001010111011010101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338A19; }

 p { color: rgb(51,138,25); }

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

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

 a { background-color: rgb(51,138,25); }

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

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

 span { border-color: rgb(51,138,25); }

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