#33681A

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

Shades of Bilbao #33681A

Tints of Bilbao #33681A

Color information

#33681A (or 0x33681A) is unknown color: approx Bilbao. HEX triplet: 33, 68 and 1A. RGB value is (51,104,26). Sum of RGB (Red+Green+Blue) = 51+104+26=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #33681A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33681A is #CC97E5. Grayscale: #4F4F4F. Windows color (decimal): -13408230 or 1730611. OLE color: 1730611.

HSL color Cylindrical-coordinate representation of color #33681A: hue angle of 100.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33681A is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB5110426-
CMYK0.5100.750.59
HSL100.77º60%25.49%-
HSV(B)100.77º75%40.78%-
XYZ6.510.682.7-
YUV79.2697.94107.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=28.18%
G=57.46%
B=14.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104260.5100.750.59100.776025.49
Hex33681A3304B3B653c19
Octal6315032630113731457431
Binary11001111010001101011001101001011111011110010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33681A; }

 p { color: rgb(51,104,26); }

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

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

 a { background-color: rgb(51,104,26); }

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

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

 span { border-color: rgb(51,104,26); }

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