#338D15

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

Shades of Bilbao #338D15

Tints of Bilbao #338D15

Color information

#338D15 (or 0x338D15) is unknown color: approx Bilbao. HEX triplet: 33, 8D and 15. RGB value is (51,141,21). Sum of RGB (Red+Green+Blue) = 51+141+21=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #338D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338D15 is #CC72EA. Grayscale: #646464. Windows color (decimal): -13398763 or 1412403. OLE color: 1412403.

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

Color convert

RGB5114121-
CMYK0.6400.850.45
HSL105º74.07%31.76%-
HSV(B)105º85.11%55.29%-
XYZ11.0319.813.95-
YUV100.4183.1892.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 141 (55.47% from 255) = 66.20%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=23.94%
G=66.20%
B=9.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51141210.6400.850.4510574.0731.76
Hex338D15400552D694a20
Octal632152510001255515111240
Binary110011100011011010110000000101010110110111010011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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