#3D7634

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

Shades of Bilbao #3D7634

Tints of Bilbao #3D7634

Color information

#3D7634 (or 0x3D7634) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 34. RGB value is (61,118,52). Sum of RGB (Red+Green+Blue) = 61+118+52=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7634 is #C289CB. Grayscale: #5D5D5D. Windows color (decimal): -12749260 or 3438141. OLE color: 3438141.

HSL color Cylindrical-coordinate representation of color #3D7634: hue angle of 111.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D7634 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB6111852-
CMYK0.4800.560.54
HSL111.82º38.82%33.33%-
HSV(B)111.82º55.93%46.27%-
XYZ9.0214.25.51-
YUV93.43104.62104.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 118 (46.48% from 255) = 51.08%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=26.41%
G=51.08%
B=22.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118520.4800.560.54111.8238.8233.33
Hex3D76343003836702721
Octal751666460070661604741
Binary111101111011011010011000001110001101101110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,52); }

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

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

 a { background-color: rgb(61,118,52); }

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

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

 span { border-color: rgb(61,118,52); }

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