#33740A

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

Shades of Bilbao #33740A

Tints of Bilbao #33740A

Color information

#33740A (or 0x33740A) is unknown color: approx Bilbao. HEX triplet: 33, 74 and 0A. RGB value is (51,116,10). Sum of RGB (Red+Green+Blue) = 51+116+10=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 116 (45.70% from 255 or 65.54% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 116 - color contains mainly: green. Hex color #33740A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33740A is #CC8BF5. Grayscale: #545454. Windows color (decimal): -13405174 or 685107. OLE color: 685107.

HSL color Cylindrical-coordinate representation of color #33740A: hue angle of 96.79º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33740A is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB5111610-
CMYK0.5600.910.55
HSL96.79º84.13%24.71%-
HSV(B)96.79º91.38%45.49%-
XYZ7.6713.222.43-
YUV84.4885.97104.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 116 (45.70% from 255) = 65.54%
BLUE value IS 10 (4.30% from 255) = 5.65%
R=28.81%
G=65.54%
B=5.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51116100.5600.910.5596.7984.1324.71
Hex3374A3805B37615419
Octal63164127001336714112431
Binary11001111101001010111000010110111101111100001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,116,10); }

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

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

 a { background-color: rgb(51,116,10); }

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

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

 span { border-color: rgb(51,116,10); }

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