#3D8031

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

Shades of Bilbao #3D8031

Tints of Bilbao #3D8031

Color information

#3D8031 (or 0x3D8031) is unknown color: approx Bilbao. HEX triplet: 3D, 80 and 31. RGB value is (61,128,49). Sum of RGB (Red+Green+Blue) = 61+128+49=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #3D8031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8031 is #C27FCE. Grayscale: #636363. Windows color (decimal): -12746703 or 3244093. OLE color: 3244093.

HSL color Cylindrical-coordinate representation of color #3D8031: hue angle of 110.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D8031 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB6112849-
CMYK0.5200.620.50
HSL110.89º44.63%34.71%-
HSV(B)110.89º61.72%50.2%-
XYZ10.216.655.58-
YUV98.9699.8100.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.63%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 49 (19.53% from 255) = 20.59%
R=25.63%
G=53.78%
B=20.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal61128490.5200.620.50110.8944.6334.71
Hex3D80313403E326f2d23
Octal752006164076621575543
Binary1111011000000011000111010001111101100101101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,128,49); }

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

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

 a { background-color: rgb(61,128,49); }

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

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

 span { border-color: rgb(61,128,49); }

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