#3A7C32

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

Shades of Bilbao #3A7C32

Tints of Bilbao #3A7C32

Color information

#3A7C32 (or 0x3A7C32) is unknown color: approx Bilbao. HEX triplet: 3A, 7C and 32. RGB value is (58,124,50). Sum of RGB (Red+Green+Blue) = 58+124+50=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #3A7C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A7C32 is #C583CD. Grayscale: #606060. Windows color (decimal): -12944334 or 3308602. OLE color: 3308602.

HSL color Cylindrical-coordinate representation of color #3A7C32: hue angle of 113.51º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7C32 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB5812450-
CMYK0.5300.600.51
HSL113.51º42.53%34.12%-
HSV(B)113.51º59.68%48.63%-
XYZ9.5315.555.52-
YUV95.83102.13101.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 50 (19.92% from 255) = 21.55%
R=25%
G=53.45%
B=21.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58124500.5300.600.51113.5142.5334.12
Hex3A7C323503C33722b22
Octal721746265074631625342
Binary111010111110011001011010101111001100111110010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,124,50); }

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

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

 a { background-color: rgb(58,124,50); }

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

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

 span { border-color: rgb(58,124,50); }

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