#3D7128

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

Shades of Bilbao #3D7128

Tints of Bilbao #3D7128

Color information

#3D7128 (or 0x3D7128) is unknown color: approx Bilbao. HEX triplet: 3D, 71 and 28. RGB value is (61,113,40). Sum of RGB (Red+Green+Blue) = 61+113+40=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7128 is #C28ED7. Grayscale: #595959. Windows color (decimal): -12750552 or 2650429. OLE color: 2650429.

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

Color convert

RGB6111340-
CMYK0.4600.650.56
HSL102.74º47.71%30%-
HSV(B)102.74º64.6%44.31%-
XYZ8.2112.964.08-
YUV89.13100.27107.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.50%
GREEN value IS 113 (44.53% from 255) = 52.80%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=28.50%
G=52.80%
B=18.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113400.4600.650.56102.7447.7130
Hex3D71282E0413867301e
Octal7516150560101701476036
Binary111101111000110100010111001000001111000110011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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