#3D762D

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

Shades of Bilbao #3D762D

Tints of Bilbao #3D762D

Color information

#3D762D (or 0x3D762D) is unknown color: approx Bilbao. HEX triplet: 3D, 76 and 2D. RGB value is (61,118,45). Sum of RGB (Red+Green+Blue) = 61+118+45=224 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.23% from 224); Green value is 118 (46.48% from 255 or 52.68% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 118 - color contains mainly: green. Hex color #3D762D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D762D is #C289D2. Grayscale: #5C5C5C. Windows color (decimal): -12749267 or 2979389. OLE color: 2979389.

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

Color convert

RGB6111845-
CMYK0.4800.620.54
HSL106.85º44.79%31.96%-
HSV(B)106.85º61.86%46.27%-
XYZ8.8814.144.74-
YUV92.64101.12105.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.23%
GREEN value IS 118 (46.48% from 255) = 52.68%
BLUE value IS 45 (17.97% from 255) = 20.09%
R=27.23%
G=52.68%
B=20.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61118450.4800.620.54106.8544.7931.96
Hex3D762D3003E366b2d20
Octal751665560076661535540
Binary111101111011010110111000001111101101101101011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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