#3D7732

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

Shades of Bilbao #3D7732

Tints of Bilbao #3D7732

Color information

#3D7732 (or 0x3D7732) is unknown color: approx Bilbao. HEX triplet: 3D, 77 and 32. RGB value is (61,119,50). Sum of RGB (Red+Green+Blue) = 61+119+50=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7732 is #C288CD. Grayscale: #5E5E5E. Windows color (decimal): -12749006 or 3307325. OLE color: 3307325.

HSL color Cylindrical-coordinate representation of color #3D7732: hue angle of 110.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D7732 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB6111950-
CMYK0.4900.580.53
HSL110.43º40.83%33.14%-
HSV(B)110.43º57.98%46.67%-
XYZ9.114.425.32-
YUV93.79103.28104.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.52%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=26.52%
G=51.74%
B=21.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61119500.4900.580.53110.4340.8333.14
Hex3D77323103A356e2921
Octal751676261072651565141
Binary111101111011111001011000101110101101011101110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D7732; }

 p { color: rgb(61,119,50); }

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

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

 a { background-color: rgb(61,119,50); }

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

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

 span { border-color: rgb(61,119,50); }

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