#338d13

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

Shades of Bilbao #338D13

Tints of Bilbao #338D13

Color information

#338D13 (or 0x338D13) is unknown color: approx Bilbao. HEX triplet: 33, 8D and 13. RGB value is (51,141,19). Sum of RGB (Red+Green+Blue) = 51+141+19=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 141 (55.47% from 255 or 66.82% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 141 - color contains mainly: green. Hex color #338D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338D13 is #CC72EC. Grayscale: #646464. Windows color (decimal): -13398765 or 1281331. OLE color: 1281331.

HSL color Cylindrical-coordinate representation of color #338D13: hue angle of 104.26º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #338D13 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB5114119-
CMYK0.6400.870.45
HSL104.26º76.25%31.37%-
HSV(B)104.26º86.52%55.29%-
XYZ11.0119.83.86-
YUV100.1882.1892.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 141 (55.47% from 255) = 66.82%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=24.17%
G=66.82%
B=9.00%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141190.6400.870.45104.2676.2531.37
Hex338D13400572D684c1f
Octal632152310001275515011437
Binary11001110001101100111000000010101111011011101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338d13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,141,19); }

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

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

 a { background-color: rgb(51,141,19); }

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

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

 span { border-color: rgb(51,141,19); }

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