#3D8232

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

Shades of Bilbao #3D8232

Tints of Bilbao #3D8232

Color information

#3D8232 (or 0x3D8232) is unknown color: approx Bilbao. HEX triplet: 3D, 82 and 32. RGB value is (61,130,50). Sum of RGB (Red+Green+Blue) = 61+130+50=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #3D8232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8232 is #C27DCD. Grayscale: #646464. Windows color (decimal): -12746190 or 3310141. OLE color: 3310141.

HSL color Cylindrical-coordinate representation of color #3D8232: hue angle of 111.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D8232 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB6113050-
CMYK0.5300.620.49
HSL111.75º44.44%35.29%-
HSV(B)111.75º61.54%50.98%-
XYZ10.4817.195.78-
YUV100.2599.64100-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=25.31%
G=53.94%
B=20.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61130500.5300.620.49111.7544.4435.29
Hex3D82323503E31702c23
Octal752026265076611605443
Binary1111011000001011001011010101111101100011110000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,130,50); }

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

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

 a { background-color: rgb(61,130,50); }

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

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

 span { border-color: rgb(61,130,50); }

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