#338c00

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

Shades of Bilbao #338C00

Tints of Bilbao #338C00

Color information

#338C00 (or 0x338C00) is unknown color: approx Bilbao. HEX triplet: 33, 8C and 00. RGB value is (51,140,0). Sum of RGB (Red+Green+Blue) = 51+140+0=191 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.70% from 191); Green value is 140 (55.08% from 255 or 73.30% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 140 - color contains mainly: green. Hex color #338C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338C00 is #CC73FF. Grayscale: #616161. Windows color (decimal): -13399040 or 35891. OLE color: 35891.

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

Color convert

RGB511400-
CMYK0.64010.45
HSL98.14º100%27.45%-
HSV(B)98.14º100%54.9%-
XYZ10.7419.463.19-
YUV97.4373.0194.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.70%
GREEN value IS 140 (55.08% from 255) = 73.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=26.70%
G=73.30%
B=0%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5114000.64010.4598.1410027.45
Hex338C0400642D62641b
Octal63214010001445514214433
Binary1100111000110001000000011001001011011100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338c00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,140,0); }

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

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

 a { background-color: rgb(51,140,0); }

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

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

 span { border-color: rgb(51,140,0); }

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