#339300

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

Shades of Bilbao #339300

Tints of Bilbao #339300

Color information

#339300 (or 0x339300) is unknown color: approx Bilbao. HEX triplet: 33, 93 and 00. RGB value is (51,147,0). Sum of RGB (Red+Green+Blue) = 51+147+0=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 147 (57.81% from 255 or 74.24% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 147 - color contains mainly: green. Hex color #339300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339300 is #CC6CFF. Grayscale: #666666. Windows color (decimal): -13397248 or 37683. OLE color: 37683.

HSL color Cylindrical-coordinate representation of color #339300: hue angle of 99.18º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #339300 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB511470-
CMYK0.65010.42
HSL99.18º100%28.82%-
HSV(B)99.18º100%57.65%-
XYZ11.821.573.54-
YUV101.5470.791.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 147 (57.81% from 255) = 74.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=25.76%
G=74.24%
B=0%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5114700.65010.4299.1810028.82
Hex33930410642A63641d
Octal63223010101445214314435
Binary1100111001001101000001011001001010101100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339300; }

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

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

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

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

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

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

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

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