#338206

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

Shades of Bilbao #338206

Tints of Bilbao #338206

Color information

#338206 (or 0x338206) is unknown color: approx Bilbao. HEX triplet: 33, 82 and 06. RGB value is (51,130,6). Sum of RGB (Red+Green+Blue) = 51+130+6=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 130 (51.17% from 255 or 69.52% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 130 - color contains mainly: green. Hex color #338206 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338206 is #CC7DF9. Grayscale: #5C5C5C. Windows color (decimal): -13401594 or 426547. OLE color: 426547.

HSL color Cylindrical-coordinate representation of color #338206: hue angle of 98.23º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #338206 is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB511306-
CMYK0.6100.950.49
HSL98.23º91.18%26.67%-
HSV(B)98.23º95.38%50.98%-
XYZ9.3816.682.9-
YUV92.2479.3398.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 130 (51.17% from 255) = 69.52%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=27.27%
G=69.52%
B=3.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5113060.6100.950.4998.2391.1826.67
Hex338263D05F31625b1b
Octal6320267501376114213333
Binary11001110000010110111101010111111100011100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338206; }

 p { color: rgb(51,130,6); }

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

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

 a { background-color: rgb(51,130,6); }

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

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

 span { border-color: rgb(51,130,6); }

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