#3D7328

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

Shades of Bilbao #3D7328

Tints of Bilbao #3D7328

Color information

#3D7328 (or 0x3D7328) is unknown color: approx Bilbao. HEX triplet: 3D, 73 and 28. RGB value is (61,115,40). Sum of RGB (Red+Green+Blue) = 61+115+40=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7328 is #C28CD7. Grayscale: #5A5A5A. Windows color (decimal): -12750040 or 2650941. OLE color: 2650941.

HSL color Cylindrical-coordinate representation of color #3D7328: hue angle of 103.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D7328 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB6111540-
CMYK0.4700.650.55
HSL103.2º48.39%30.39%-
HSV(B)103.2º65.22%45.1%-
XYZ8.4413.414.15-
YUV90.399.61107.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.24%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=28.24%
G=53.24%
B=18.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal61115400.4700.650.55103.248.3930.39
Hex3D73282F0413767301e
Octal7516350570101671476036
Binary111101111001110100010111101000001110111110011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,115,40); }

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

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

 a { background-color: rgb(61,115,40); }

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

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

 span { border-color: rgb(61,115,40); }

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